Skip to content

Commit

Permalink
Extend TCK CI job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 10, 2021
1 parent c6bd939 commit 6299f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ jobs:
# Skip master in forks
if: "github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/master')"
runs-on: ubuntu-latest
timeout-minutes: 150
timeout-minutes: 200

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6299f4f

Please sign in to comment.