Skip to content

Commit

Permalink
Increase timeout for test on GitHub Actions
Browse files Browse the repository at this point in the history
Some test executions timed out.
  • Loading branch information
thinca committed Aug 23, 2020
1 parent 47bc985 commit 51bec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false

runs-on: '${{ matrix.os }}'
timeout-minutes: 5
timeout-minutes: 10

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

0 comments on commit 51bec33

Please sign in to comment.