Skip to content

Commit dd37fb4

Browse files
committed
build: remove incorrect argument in vcbuild.bat
This change had been incorrectly committed in f19e9b6 PR-URL: #1198 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 2b2e48a commit dd37fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ if "%test_args%"=="" goto jslint
172172
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
173173
if "%config%"=="Release" set test_args=--mode=release %test_args%
174174
echo running 'python tools/test.py %test_args%'
175-
python tools/test.py --timeout=50 %test_args%
175+
python tools/test.py %test_args%
176176
goto jslint
177177

178178
:jslint

0 commit comments

Comments
 (0)