From 309827860fb57164f2eee6c171f1ee1da9f2e696 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 11 Jan 2018 16:39:45 -0800 Subject: [PATCH] tools: run-tests: extra time for memfs to spin up (LocalService) --- tools/run-tests.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run-tests.bat b/tools/run-tests.bat index ce94e3af..1c93e270 100755 --- a/tools/run-tests.bat +++ b/tools/run-tests.bat @@ -20,7 +20,7 @@ launchctl-x64 start memfs32 testnet \memfs32\test P: >nul launchctl-x64 start memfs-dotnet testdsk "" Q: >nul launchctl-x64 start memfs-dotnet testnet \memfs-dotnet\test R: >nul rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported" -waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul +waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 5 2>nul cd M: >nul 2>nul || (echo === Unable to find drive M: >&2 & goto fail) cd N: >nul 2>nul || (echo === Unable to find drive N: >&2 & goto fail) cd O: >nul 2>nul || (echo === Unable to find drive O: >&2 & goto fail) @@ -144,7 +144,7 @@ launchctl-x64 stop memfs32 testnet >nul launchctl-x64 stop memfs-dotnet testdsk >nul launchctl-x64 stop memfs-dotnet testnet >nul rem Cannot use timeout under cygwin/mintty: "Input redirection is not supported" -waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul +waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 5 2>nul set /a total=testpass+testfail echo === Total: %testpass%/%total%