Skip to content

Commit 8de9747

Browse files
committed
add 1 hour time limit for e2e tests
1 parent d2ffcce commit 8de9747

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/e2e_cuda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
prefix: "ext_oneapi_"
2121
config: "--cuda"
2222
unit: "gpu"
23+
extra_lit_flags: "-sv --max-time=3600"

.github/workflows/e2e_level_zero.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
filter_out: ""
2727
# These runners by default spawn upwards of 260 workers.
2828
# We also add a time out just in case some test hangs
29-
extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time 600"
29+
extra_lit_flags: "--param gpu-intel-pvc=True --param gpu-intel-pvc-1T=True -sv -j 100 --max-time=3600"

.github/workflows/e2e_opencl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
prefix: ""
2121
config: ""
2222
unit: "cpu"
23+
extra_lit_flags: "-sv --max-time=3600"

0 commit comments

Comments
 (0)