Merge pull request #1586 from murgatroid99/node_increase_travis_timeout_again

Re-doubling Node timeout to fix #1539
pull/1592/head
Tim Emiola 10 years ago
commit 1b68e6ee84
  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 --timeout 4000 $root/src/node/test
$root/src/node/node_modules/mocha/bin/mocha --timeout 8000 $root/src/node/test

Loading…
Cancel
Save