tools: run-tests: extra time for memfs to spin up (LocalService)

This commit is contained in:
Bill Zissimopoulos 2018-01-11 16:39:45 -08:00
parent 2b6b049f86
commit 309827860f
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -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%