Skip to content

Commit e024097

Browse files
Increase nighytly gpu test timeout to 150mins
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent fb5923c commit e024097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gpu_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NOTE: Make sure this file is consistent with .gitlab/tests.yml
1+
# TODO: Optimize gpu tests runtime!
22
name: GPU tests
33

44
on:
@@ -78,7 +78,7 @@ jobs:
7878
gpu-tests-non-pr:
7979
if: ${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
8080
runs-on: linux-amd64-gpu-h100-latest-2
81-
timeout-minutes: 120
81+
timeout-minutes: 150
8282
container: *gpu_container
8383
steps: *gpu_steps
8484
gpu-pr-required-check:

0 commit comments

Comments
 (0)