From eccd1fdbeddce60717f8fcbecded5b36387e3b38 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Mon, 17 Jun 2013 02:09:50 +0200 Subject: 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. --- src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3