Skip to content

Commit

Permalink
ci: reduce default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Jan 25, 2024
1 parent 4c26566 commit 81fb5a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
gradle-test:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
jdk-version: ["11"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
jobs:
test:
runs-on: macos-latest
timeout-minutes: 45
strategy:
matrix:
jdk-version: ["11"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
test:
runs-on: macos-latest
timeout-minutes: 30
strategy:
matrix:
jdk-version: [ "11" ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
release:
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
name: Publish SDK to Maven Internal
needs: [functional, baseline-profile]
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
jdk-version: ["11"]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
jdk-version: ["11"]
Expand Down

0 comments on commit 81fb5a8

Please sign in to comment.