Skip to content

Commit 13e3368

Browse files
authored
[skip ci] Added timeout on unit tests (#2869)
1 parent 51ba0a9 commit 13e3368

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gpu-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
jobs:
2020
gpu-tests:
2121
runs-on: [self-hosted, 2-gpus]
22+
timeout-minutes: 45
2223
defaults:
2324
run:
2425
shell: bash

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ concurrency:
1919
jobs:
2020
cpu-tests:
2121
runs-on: ${{ matrix.os }}
22+
timeout-minutes: 45
2223
defaults:
2324
run:
2425
shell: bash

0 commit comments

Comments
 (0)