GPU CI: Increase timeout from 55min to 65min (#13064)

This commit is contained in:
Akihiro Nitta 2022-05-13 21:09:43 +09:00 committed by GitHub
parent db5e9ce2cc
commit d9bbef31cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pr:
jobs:
- job: pytest
# 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
cancelTimeoutInMinutes: "2"