Adjust timing on tests.
This commit is contained in:
@@ -6,7 +6,8 @@ IF EXIST %testDir%.A rmdir %testDir%.A /S /Q
|
||||
IF EXIST %testDir%.B rmdir %testDir%.B /S /Q
|
||||
IF EXIST %testDir%.txt del %testDir%.txt
|
||||
|
||||
echo:Start> %testDir%.txt
|
||||
echo:Test %testName% started> %testDir%.txt
|
||||
echo:Test %testName% started
|
||||
IF NOT EXIST tmp md tmp
|
||||
md %testDir%.A
|
||||
md %testDir%.B
|
||||
@@ -20,7 +21,7 @@ echo:Dos> %testDir%.A\Dos.txt
|
||||
del %testDir%.A\Uno.txt
|
||||
..\filesync.exe sync %testDir%.A %testDir%.B >> %testDir%.txt
|
||||
|
||||
ping 127.0.0.1 -n 6 > nul
|
||||
ping 127.0.0.1 -n 2 > nul
|
||||
|
||||
echo:UnoRepuesto> %testDir%.A\Uno.txt
|
||||
..\filesync.exe sync %testDir%.A %testDir%.B >> %testDir%.txt
|
||||
|
||||
Reference in New Issue
Block a user