diff options
Diffstat (limited to 'tools/run_tests/run_node.sh')
-rwxr-xr-x | tools/run_tests/run_node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |