Skip to content

Commit

Permalink
Merge pull request #1 from jseguillon/longer_actions_timeout
Browse files Browse the repository at this point in the history
Set github actions timeout to 45 min
  • Loading branch information
jseguillon authored Jan 21, 2021
2 parents a583894 + 2fc8d9b commit b74321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
name: ${{ matrix.tox_env }}
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b74321f

Please sign in to comment.