summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-03-18 21:03:14 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-03-18 21:30:15 -0400
commitdd37fb4c48dce8fb11e9f83cbed9018b7119f1d4 (patch)
tree1f2245cda62acfa0f9fe4840c49e0b1e20784316 /vcbuild.bat
parent2b2e48a4b91a4b636ae0e603968bd764697d1e57 (diff)
downloadandroid-node-v8-dd37fb4c48dce8fb11e9f83cbed9018b7119f1d4.tar.gz
android-node-v8-dd37fb4c48dce8fb11e9f83cbed9018b7119f1d4.tar.bz2
android-node-v8-dd37fb4c48dce8fb11e9f83cbed9018b7119f1d4.zip
build: remove incorrect argument in vcbuild.bat
This change had been incorrectly committed in f19e9b6 PR-URL: https://github.com/iojs/io.js/pull/1198 Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 4b0cd730e6..aa5b1ed6a5 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -172,7 +172,7 @@ if "%test_args%"=="" goto jslint
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
if "%config%"=="Release" set test_args=--mode=release %test_args%
echo running 'python tools/test.py %test_args%'
-python tools/test.py --timeout=50 %test_args%
+python tools/test.py %test_args%
goto jslint
:jslint