diff options
author | murgatroid99 <mlumish@google.com> | 2015-05-13 17:08:54 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-05-13 17:08:54 -0700 |
commit | ef2d707cc55bc0f5665a7d07a0a072f7258d448f (patch) | |
tree | 9ffc831e625c9cb4b61a38700bdad51d258a2080 /tools/run_tests | |
parent | 452af9d63b4d64ddc377fd6427154e417a0a996f (diff) |
Re-doubling Node timeout to fix #1539
Diffstat (limited to 'tools/run_tests')
-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 bfbe82b867..bcd93ed226 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 --timeout 4000 $root/src/node/test +$root/src/node/node_modules/mocha/bin/mocha --timeout 8000 $root/src/node/test |