build: remove incorrect argument in vcbuild.bat
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 19 Mar 2015 01:03:14 +0000 (21:03 -0400)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 19 Mar 2015 01:30:15 +0000 (21:30 -0400)
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>
vcbuild.bat

index 4b0cd73..aa5b1ed 100644 (file)
@@ -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