From: Kahrl Date: Mon, 17 Jun 2013 00:09:50 +0000 (+0200) Subject: Extend a delay in TestConnection from 50 to 100 milliseconds. X-Git-Tag: 0.4.8~394^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=eccd1fdbeddce60717f8fcbecded5b36387e3b38;p=oweals%2Fminetest.git Extend a delay in TestConnection from 50 to 100 milliseconds. The 50 ms delay causes frequent test failures on certain systems with slow network stacks, these failures go away with the 100 ms variant. --- diff --git a/src/test.cpp b/src/test.cpp index 3a0316e17..5267b2768 100644 --- 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(50); + sleep_ms(100); try {