summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-09 16:48:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-05-09 16:50:42 +0200
commit22ee67a1cafafa9942dd28339542d91c0cdb134d (patch)
treebe3e2499718cc5d6254c4a51b3affa77b678d2ed
parent9e4f6c58093d5bb6d2fc8e7dfda225080450a47d (diff)
downloadcurl-22ee67a1cafafa9942dd28339542d91c0cdb134d.tar.gz
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
-rw-r--r--tests/libtest/lib1506.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtest/lib1506.c b/tests/libtest/lib1506.c
index ca1cdc96f..b61c4db79 100644
--- a/tests/libtest/lib1506.c
+++ b/tests/libtest/lib1506.c
@@ -114,6 +114,7 @@ int test(char *URL)
abort_on_test_timeout();
}
+ wait_ms(1); /* to ensure different end times */
}
test_cleanup: