Преглед изворни кода

fix: increase integration test timeout

jamesread пре 8 месеци
родитељ
комит
91dfe2437e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      integration-tests/Makefile

+ 2 - 1
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"