Skip to content

Commit

Permalink
ci/gpu: timeoutInMinutes: "90"
Browse files Browse the repository at this point in the history
(cherry picked from commit 5a63ae6)
  • Loading branch information
Borda committed Mar 16, 2024
1 parent 4326a38 commit 8db3a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
workingDirectory: tests
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
timeoutInMinutes: "60"
timeoutInMinutes: "90"
displayName: "UnitTesting common"
- bash: |
Expand All @@ -173,7 +173,7 @@ jobs:
workingDirectory: tests
# skip for PR if there is nothing to test, note that outside PR there is default 'unittests'
condition: and(succeeded(), ne(variables['TEST_DIRS'], ''))
timeoutInMinutes: "60"
timeoutInMinutes: "90"
displayName: "UnitTesting DDP"
- bash: |
Expand Down

0 comments on commit 8db3a6e

Please sign in to comment.