We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7578c commit d19bcefCopy full SHA for d19bcef
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
jobs:
4
Tests:
5
runs-on: ${{ matrix.os }}
6
- timeout-minutes: 6
+ timeout-minutes: 10
7
strategy:
8
matrix:
9
node-version: [8, 10, 12, 14]
0 commit comments