Increase timeouts for full matrix runs (#23013)

We only run these every 12 hours on master, and sometimes the queues take > 4 hours to run
This commit is contained in:
Hao Kung 2020-06-16 14:52:41 -07:00 committed by GitHub
parent c330c0b37d
commit cba02d8232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
jobName: Helix_matrix_x64
jobDisplayName: 'Tests: Helix full matrix x64'
agentOs: Windows
timeoutInMinutes: 240
timeoutInMinutes: 480
steps:
# Build the shared framework
- script: ./build.cmd -ci -nobl -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
@ -48,7 +48,7 @@ jobs:
jobName: Helix_matrix_arm64
jobDisplayName: "Tests: Helix ARM64 matrix"
agentOs: Linux
timeoutInMinutes: 180
timeoutInMinutes: 480
steps:
- script: ./restore.sh -ci -nobl
displayName: Restore