aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-05-08 09:40:12 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-05-08 09:40:12 -0700
commit97ee77997f14edc518831c38f097a5199c4d7617 (patch)
treea9bfd940b251666f4fc81495e1cadde6ee481808 /tools
parent72a96463f689748c7b63c9f39f92d33e87e87315 (diff)
Doubled Node per-test timeout for run_tests
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_node.sh2
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