浏览代码

fix: increase integration test timeout

jamesread 10 月之前
父节点
当前提交
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
 	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"