Skip to content
Snippets Groups Projects
Commit 22ee67a1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 9e4f6c58
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ int test(char *URL)
abort_on_test_timeout();
}
wait_ms(1); /* to ensure different end times */
}
test_cleanup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment