We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2e48a commit dd37fb4Copy full SHA for dd37fb4
vcbuild.bat
@@ -172,7 +172,7 @@ if "%test_args%"=="" goto jslint
172
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
173
if "%config%"=="Release" set test_args=--mode=release %test_args%
174
echo running 'python tools/test.py %test_args%'
175
-python tools/test.py --timeout=50 %test_args%
+python tools/test.py %test_args%
176
goto jslint
177
178
:jslint
0 commit comments