Skip to content

Commit d19bcef

Browse files
authored
Increase timeout for unit build
Also due to Mac occasionally taking longer than the allocated time.
1 parent da7578c commit d19bcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
Tests:
55
runs-on: ${{ matrix.os }}
6-
timeout-minutes: 6
6+
timeout-minutes: 10
77
strategy:
88
matrix:
99
node-version: [8, 10, 12, 14]

0 commit comments

Comments
 (0)