Skip to content

Commit 2cb31a4

Browse files
austinvazquezsondavidb
authored andcommitted
Add timeouts to testing in CI
Signed-off-by: Austin Vazquez <[email protected]>
1 parent bf4c69d commit 2cb31a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
jobs:
2626
test:
2727
runs-on: ubuntu-20.04
28+
timeout-minutes: 15
2829
steps:
2930
- uses: actions/checkout@v4
3031
- uses: actions/setup-go@v5
@@ -34,6 +35,7 @@ jobs:
3435
- run: make test
3536
integration:
3637
runs-on: ubuntu-20.04
38+
timeout-minutes: 40
3739
strategy:
3840
fail-fast: false
3941
matrix:

0 commit comments

Comments
 (0)