Skip to content

Commit 57c405a

Browse files
committed
Set timeout for GitHub workflows (unit tests + end2end tests
1 parent 1b2a910 commit 57c405a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/end2end.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
end2end-test:
2121
runs-on: ubuntu-latest
2222
continue-on-error: true
23+
timeout-minutes: 15
2324
needs: build
2425
strategy:
2526
matrix:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
continue-on-error: true
9+
timeout-minutes: 15
910
strategy:
1011
# Don't cancel jobs if one fails
1112
fail-fast: false

0 commit comments

Comments
 (0)