Skip to content

Commit b400b8d

Browse files
authored
1 parent 3efada8 commit b400b8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-test-gpu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ permissions: read-all
4949
jobs:
5050
integration-tests:
5151
name: Integration tests matrix
52-
timeout-minutes: 480
5352
strategy:
5453
matrix:
5554
python: ["3.9"]

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ env:
7474
jobs:
7575
integration-tests:
7676
name: Integration tests
77+
timeout-minutes: 480
7778
runs-on: ${{ fromJson(inputs.runner_label && format('["linux", "{0}"]', inputs.runner_label) || format('["linux", "{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
7879
defaults:
7980
run:

0 commit comments

Comments
 (0)