Skip to content

Commit 2f7a17b

Browse files
authored
Update timeoutInMinutes for regression test jobs
Increased timeout for regression test jobs from 60 to 120 minutes.
1 parent e24c2d4 commit 2f7a17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/templates/regression-test-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pool:
2121
name: $(DncEngPublicBuildPool)
2222
demands: ImageOverride -equals $(_WindowsMachineQueueName)
23-
timeoutInMinutes: 60
23+
timeoutInMinutes: 120
2424
steps:
2525
- checkout: self
2626
displayName: Checkout F# compiler repo (for scripts)

0 commit comments

Comments
 (0)