From 91dfe2437e8fa7003083633b6fe8362a1c3cc7ab Mon Sep 17 00:00:00 2001 From: jamesread Date: Sat, 11 Oct 2025 00:56:56 +0100 Subject: [PATCH] fix: increase integration test timeout --- integration-tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/Makefile b/integration-tests/Makefile index 0049935..9f3f028 100644 --- a/integration-tests/Makefile +++ b/integration-tests/Makefile @@ -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"