fix: increase integration test timeout
This commit is contained in:
parent
60814b97e2
commit
91dfe2437e
|
|
@ -4,7 +4,8 @@ test-install:
|
|||
npm install --no-fund
|
||||
|
||||
test-run:
|
||||
npx mocha
|
||||
# GitHub Actions fails badly on the default timeout of 2000ms
|
||||
npx mocha -t 10000
|
||||
|
||||
find-flakey-tests:
|
||||
echo "Running test-run infinately"
|
||||
|
|
|
|||
Loading…
Reference in New Issue