Skip to content

Commit 6e1ddee

Browse files
kevalmorabia97Edwardf0t1
authored andcommitted
Increase gpu_tests timeout from 90 to 120 mins
Signed-off-by: Keval Morabia <[email protected]> Signed-off-by: Zhiyu Cheng <[email protected]>
1 parent 27edf3e commit 6e1ddee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: needs.check-file-changes.outputs.any_changed == 'true'
6262
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
6363
runs-on: linux-amd64-gpu-l4-latest-1
64-
timeout-minutes: 90
64+
timeout-minutes: 120
6565
container: &gpu_container
6666
image: nvcr.io/nvidia/pytorch:25.06-py3
6767
env:
@@ -80,7 +80,7 @@ jobs:
8080
if: ${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
8181
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
8282
runs-on: linux-amd64-gpu-h100-latest-1
83-
timeout-minutes: 90
83+
timeout-minutes: 120
8484
container: *gpu_container
8585
steps: *gpu_steps
8686
gpu-pr-required-check:

0 commit comments

Comments
 (0)