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:
parent
c330c0b37d
commit
cba02d8232
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue