Doubled Node per-test timeout for run_tests

pull/1531/head
murgatroid99 10 years ago
parent 72a96463f6
commit 97ee77997f
  1. 2
      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

Loading…
Cancel
Save