Skip to content

Commit

Permalink
GitHub Actions: set job timeouts (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored Dec 7, 2023
1 parent a0cb606 commit e8b3baf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oidc-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
oidc-e2e-test:
timeout-minutes: 6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oidc-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
oidc-integration-test:
timeout-minutes: 6
# TODO should we use the same container as circle & central?
runs-on: ubuntu-latest
services:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/soak-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
soak-test:
timeout-minutes: 15
# TODO should we use the same container as circle & central?
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/standard-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: push

jobs:
standard-tests:
timeout-minutes: 20
# TODO should we use the same container as circle & central?
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit e8b3baf

Please sign in to comment.