Skip to content

Commit

Permalink
Add 15 minute timeout to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilesoft committed Apr 4, 2024
1 parent e5a671f commit 5c30a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: pull_request
jobs:
unit-tests-sqlite:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: start SUT
Expand All @@ -14,6 +15,7 @@ jobs:
run: docker compose run web './manage.py' test --failfast
robot-tests:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: start SUT
Expand Down

0 comments on commit 5c30a93

Please sign in to comment.