aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-05-08 16:50:27 -0700
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-05-08 16:50:27 -0700
commit1f8dd6b20e5bf40d9c63d7fc17d00460553f48dc (patch)
tree5148cd617c35ba0a5f958c9344866aa162e2c52f
parentb8b59b18f2585b602a8c4282ebaf4d5c8bef473a (diff)
parent97ee77997f14edc518831c38f097a5199c4d7617 (diff)
Merge pull request #1531 from murgatroid99/node_increase_travis_timeout
Doubled Node per-test timeout for run_tests
-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