mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
lib1506: make sure the transfers are not within the same ms
Just to make sure the test is properly repeatable. Bug: http://curl.haxx.se/mail/lib-2014-05/0081.html Reported-by: Henrik
This commit is contained in:
parent
9e4f6c5809
commit
22ee67a1ca
@ -114,6 +114,7 @@ int test(char *URL)
|
||||
|
||||
abort_on_test_timeout();
|
||||
}
|
||||
wait_ms(1); /* to ensure different end times */
|
||||
}
|
||||
|
||||
test_cleanup:
|
||||
|
Loading…
Reference in New Issue
Block a user