Skip to content

Commit d0eff9c

Browse files
committed
Increase Ci timeout.
1 parent a034e6c commit d0eff9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
test:
9494
name: Run tests
9595
runs-on: [self-hosted, gpu]
96-
timeout-minutes: 45
96+
timeout-minutes: 60
9797
needs: [pre_commit]
9898

9999
container:
@@ -129,7 +129,7 @@ jobs:
129129
test_policy:
130130
name: Run policy-related tests with GR00T & cuda12_8 deps
131131
runs-on: [self-hosted, gpu]
132-
timeout-minutes: 30
132+
timeout-minutes: 60
133133
needs: [pre_commit]
134134

135135
container:

0 commit comments

Comments
 (0)