diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-15.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-15.bat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index 87d36b5..f1005ad 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -17,6 +17,7 @@ set "ENVIRONMENTS=C:\environments" set "TFTP=196.254.111.222" rem set "TFTP=10.1.0.1:55123" set "VERBOSE=3" +set "TIMEOUT=600" rem If we already have the bbot worker, assume we are bootstrapped. rem @@ -117,7 +118,7 @@ cd %bstrap% @rem Note: executing in a separate cmd.exe to preserve the echo mode. @rem -cmd /C build-msvc.bat %INSTALL% %trust% +cmd /C build-msvc.bat --timeout %TIMEOUT% %INSTALL% %trust% @if errorlevel 1 goto error cd .. @@ -137,7 +138,7 @@ rmdir /S /Q %bstrap% @for /D %%d in (build2-toolchain-*) do set "config=%%d" cd %config% -bpkg build --yes bbot +bpkg --fetch-timeout %TIMEOUT% build --yes bbot @if errorlevel 1 goto error bpkg install bbot |