From 5af06e0c11d6e38f6b9b577df4802802aefae288 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 15:18:20 +0200 Subject: Make Windows shutdown delay same as for other platforms (5 seconds) --- etc/bootstrap/bbot-bootstrap-mingw.bat | 2 +- etc/bootstrap/bbot-bootstrap-msvc-14.bat | 2 +- etc/bootstrap/bbot-bootstrap-msvc-15.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/bootstrap') diff --git a/etc/bootstrap/bbot-bootstrap-mingw.bat b/etc/bootstrap/bbot-bootstrap-mingw.bat index 0af0bf2..00912a8 100644 --- a/etc/bootstrap/bbot-bootstrap-mingw.bat +++ b/etc/bootstrap/bbot-bootstrap-mingw.bat @@ -170,7 +170,7 @@ bbot-worker --bootstrap >manifest curl -s -S --upload-file manifest "tftp://%tftp%/manifest" @if errorlevel 1 goto error -shutdown /s /t 10 +shutdown /s /t 5 @if errorlevel 1 goto error @echo off diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index 5a84951..0e129b7 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -160,7 +160,7 @@ bbot-worker --bootstrap >manifest curl -s -S --upload-file manifest "tftp://%tftp%/manifest" @if errorlevel 1 goto error -shutdown /s /t 10 +shutdown /s /t 5 @if errorlevel 1 goto error @echo off diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index ff23896..6e81052 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -158,7 +158,7 @@ bbot-worker --bootstrap >manifest curl -s -S --upload-file manifest "tftp://%tftp%/manifest" @if errorlevel 1 goto error -shutdown /s /t 10 +shutdown /s /t 5 @if errorlevel 1 goto error @echo off -- cgit v1.1