aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-05-13 17:08:54 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-05-13 17:08:54 -0700
commitef2d707cc55bc0f5665a7d07a0a072f7258d448f (patch)
tree9ffc831e625c9cb4b61a38700bdad51d258a2080 /tools
parent452af9d63b4d64ddc377fd6427154e417a0a996f (diff)
Re-doubling Node timeout to fix #1539
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 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