Skip to content

Commit ab2565f

Browse files
dougbuHaoK
authored andcommitted
Increase main Helix job timeout (#24493)
- now matches timeout in quarantined-pr.yml which uses the same queues - internal PRs may otherwise time out
1 parent 06075c4 commit ab2565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ stages:
604604
jobName: Helix_x64
605605
jobDisplayName: 'Tests: Helix x64'
606606
agentOs: Windows
607-
timeoutInMinutes: 180
607+
timeoutInMinutes: 240
608608
steps:
609609
# Build the shared framework
610610
- script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log

0 commit comments

Comments
 (0)