Skip to content

Commit 4358ccf

Browse files
committed
ci: test.yml add time limit for jobs
1 parent 60e5219 commit 4358ccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# jobs or have "template" jobs, so we use `if` conditions on steps
4444
tests:
4545
runs-on: ubuntu-20.04
46+
timeout-minutes: 10
4647
strategy:
4748
# keep running so we can see if tests with other k3s/k8s/helm versions pass
4849
fail-fast: false
@@ -278,6 +279,7 @@ jobs:
278279

279280
test-local:
280281
runs-on: ubuntu-20.04
282+
timeout-minutes: 5
281283
steps:
282284
- uses: actions/checkout@v3
283285

0 commit comments

Comments
 (0)