Skip to content

Commit

Permalink
Merge pull request #10024 from camunda/gha-set-timeouts
Browse files Browse the repository at this point in the history
ci: set reasonable timeouts for test jobs
  • Loading branch information
oleschoenburg committed Aug 8, 2022
2 parents e090e11 + 20c4fdf commit 81e9ff8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
integration-tests:
name: Integration tests
runs-on: "n1-standard-32-netssd-preempt"
timeout-minutes: 45
env:
TC_CLOUD_TOKEN: ${{ secrets.TC_CLOUD_TOKEN }}
TC_CLOUD_CONCURRENCY: 4
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
exporter-tests:
name: Exporter tests
runs-on: "n1-standard-8-netssd-preempt"
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.4.1
Expand Down Expand Up @@ -112,6 +114,7 @@ jobs:
matrix:
project: ${{ fromJson(needs.project-list.outputs.projects) }}
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.4.1
Expand Down Expand Up @@ -143,6 +146,7 @@ jobs:
slow-unit-tests:
name: Slow unit tests
runs-on: "n1-standard-8-netssd-preempt"
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.4.1
Expand Down Expand Up @@ -216,6 +220,7 @@ jobs:
java-randomized-tests:
name: Java randomized tests
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.4.1
Expand All @@ -236,6 +241,7 @@ jobs:
go-client:
name: Go client tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down Expand Up @@ -264,6 +270,7 @@ jobs:
java-client:
name: Java client tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
# First, install dependencies with JDK 17
Expand Down

0 comments on commit 81e9ff8

Please sign in to comment.