From 97ee77997f14edc518831c38f097a5199c4d7617 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 8 May 2015 09:40:12 -0700 Subject: Doubled Node per-test timeout for run_tests --- tools/run_tests/run_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_node.sh b/tools/run_tests/run_node.sh index 3a82c04a8e..bfbe82b867 100755 --- a/tools/run_tests/run_node.sh +++ b/tools/run_tests/run_node.sh @@ -39,4 +39,4 @@ root=`pwd` export LD_LIBRARY_PATH=$root/libs/$CONFIG -$root/src/node/node_modules/mocha/bin/mocha $root/src/node/test +$root/src/node/node_modules/mocha/bin/mocha --timeout 4000 $root/src/node/test -- cgit v1.2.3