lib1506: make sure the transfers are not within the same ms
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2014 14:48:46 +0000 (16:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2014 14:50:42 +0000 (16:50 +0200)
Just to make sure the test is properly repeatable.

Bug: http://curl.haxx.se/mail/lib-2014-05/0081.html
Reported-by: Henrik
tests/libtest/lib1506.c

index ca1cdc9..b61c4db 100644 (file)
@@ -114,6 +114,7 @@ int test(char *URL)
 
       abort_on_test_timeout();
     }
+    wait_ms(1); /* to ensure different end times */
   }
 
 test_cleanup: