From 94e69ecf43645b7310acf6071e9e452fd3a5c866 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Tue, 21 Jun 2022 23:12:34 +0200 Subject: [PATCH] Reduce delay. --- make.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.cmd b/make.cmd index 99497fc..11d93cf 100644 --- a/make.cmd +++ b/make.cmd @@ -6,7 +6,7 @@ set "MSYS2_DIR=C:\msys64" echo "%MSYS2_DIR%\msys2_shell.cmd" -mingw32 -where "%~dp0" -c "./build.sh" call "%MSYS2_DIR%\msys2_shell.cmd" -mingw32 -where "%~dp0" -c "./build.sh" -TIMEOUT /T 30 /NOBREAK > NUL +TIMEOUT /T 10 /NOBREAK > NUL echo "%MSYS2_DIR%\msys2_shell.cmd" -mingw64 -where "%~dp0" -c "./build.sh" call "%MSYS2_DIR%\msys2_shell.cmd" -mingw64 -where "%~dp0" -c "./build.sh"