projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b591876
)
Extend a delay in TestConnection from 50 to 100 milliseconds.
author
Kahrl
<kahrl@gmx.net>
Mon, 17 Jun 2013 00:09:50 +0000
(
02:09
+0200)
committer
Kahrl
<kahrl@gmx.net>
Mon, 17 Jun 2013 00:09:50 +0000
(
02:09
+0200)
The 50 ms delay causes frequent test failures on certain systems with
slow network stacks, these failures go away with the 100 ms variant.
src/test.cpp
patch
|
blob
|
history
diff --git
a/src/test.cpp
b/src/test.cpp
index 3a0316e172083f8529c368e498444c23f2fbca05..5267b27687d66b8cea5d205e84efdb8e72b06f36 100644
(file)
--- a/
src/test.cpp
+++ b/
src/test.cpp
@@
-1452,7
+1452,7
@@
struct TestConnection: public TestBase
// Server should not have added client yet
UASSERT(hand_server.count == 0);
- sleep_ms(
5
0);
+ sleep_ms(
10
0);
try
{