Skip to content

Commit

Permalink
ci: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Oct 30, 2023
1 parent f624828 commit 117e4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: yarn build

- run: yarn test
timeout-minutes: 3

run-tunnel-server-tests:
runs-on: ubuntu-latest
Expand All @@ -41,3 +42,4 @@ jobs:

- run: yarn test
working-directory: tunnel-server
timeout-minutes: 3

0 comments on commit 117e4ed

Please sign in to comment.