Skip to content

Commit a21767b

Browse files
committed
bump gpu timeout
1 parent c767657 commit a21767b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure/gpu-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
pytest thunder/tests/ \
8585
-m "not standalone" \
8686
-v --datefmt="%Y%m%d-%H:%M:%S.%f" \
87-
--timeout=240 \
8887
--random-order-seed=42 \
8988
--durations=250 \
9089
--timeout=240 \
@@ -97,7 +96,7 @@ jobs:
9796
./codecov --token=$(CODECOV_TOKEN) --commit=$(Build.SourceVersion) \
9897
--flags=gpu,pytest,regular --name="GPU-coverage" --env=linux,azure
9998
condition: ne(variables['testing'], 'distributed')
100-
timeoutInMinutes: "30"
99+
timeoutInMinutes: "35"
101100
displayName: "Testing: regular"
102101
103102
- bash: |

0 commit comments

Comments
 (0)