GPU CI: Increase timeout from 55min to 65min (#13064)
This commit is contained in:
parent
db5e9ce2cc
commit
d9bbef31cd
|
@ -19,7 +19,7 @@ pr:
|
||||||
jobs:
|
jobs:
|
||||||
- job: pytest
|
- job: pytest
|
||||||
# how long to run the job before automatically cancelling
|
# how long to run the job before automatically cancelling
|
||||||
timeoutInMinutes: "55"
|
timeoutInMinutes: "65"
|
||||||
# how much time to give 'run always even if cancelled tasks' before stopping them
|
# how much time to give 'run always even if cancelled tasks' before stopping them
|
||||||
cancelTimeoutInMinutes: "2"
|
cancelTimeoutInMinutes: "2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue