fix: increase integration test timeout

This commit is contained in:
jamesread 2025-10-11 00:56:56 +01:00
parent 60814b97e2
commit 91dfe2437e
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ test-install:
npm install --no-fund npm install --no-fund
test-run: test-run:
npx mocha # GitHub Actions fails badly on the default timeout of 2000ms
npx mocha -t 10000
find-flakey-tests: find-flakey-tests:
echo "Running test-run infinately" echo "Running test-run infinately"