Skip to content

Commit

Permalink
馃懛 Increase GH Actions timeout
Browse files Browse the repository at this point in the history
The Node.js v14 `npm install` script keeps stalling. This change
increases our timeout to try and let it pass.
  • Loading branch information
alecgibson committed Jul 12, 2022
1 parent 16d7431 commit e71c91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: mongo:4.4
ports:
- 27017:27017
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit e71c91b

Please sign in to comment.