Skip to content

Commit

Permalink
ci: add timeout when testing the API
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch committed Oct 17, 2023
1 parent 1fdfd9c commit 78f8826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
api-tests:
name: "jobbergate-api tests"
runs-on: "ubuntu-20.04"
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: Run QA
Expand Down

0 comments on commit 78f8826

Please sign in to comment.