aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-msvc-14.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-20 15:18:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-20 15:18:20 +0200
commit5af06e0c11d6e38f6b9b577df4802802aefae288 (patch)
treeff4d225f04079419bcbf3a9839c03f22438aefaa /etc/bootstrap/bbot-bootstrap-msvc-14.bat
parentc6fc673cd6c4c7fe8a83dee928f09a6966e2693f (diff)
Make Windows shutdown delay same as for other platforms (5 seconds)
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-14.bat')
-rw-r--r--etc/bootstrap/bbot-bootstrap-msvc-14.bat2
1 files changed, 1 insertions, 1 deletions
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