projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4f6c5
)
lib1506: make sure the transfers are not within the same ms
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 9 May 2014 14:48:46 +0000
(16:48 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/tests/libtest/lib1506.c
b/tests/libtest/lib1506.c
index ca1cdc96ff3a4e6e2168f9c4ac92ca6f81004be6..b61c4db796855c8b01b462cb6584b8eabeecb55a 100644
(file)
--- 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: