Skip to content

Commit

Permalink
Bump timeout limit in other scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Apr 22, 2021
1 parent 3606f67 commit 9053787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
floating-dependencies:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
name: Floating Dependencies
timeout-minutes: 35
timeout-minutes: 60
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -64,7 +64,7 @@ jobs:
try-scenarios:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
name: "Compatibility"
timeout-minutes: 35
timeout-minutes: 60
runs-on: ubuntu-latest
needs: tests

Expand Down

0 comments on commit 9053787

Please sign in to comment.