Extend a delay in TestConnection from 50 to 100 milliseconds.
authorKahrl <kahrl@gmx.net>
Mon, 17 Jun 2013 00:09:50 +0000 (02:09 +0200)
committerKahrl <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

index 3a0316e172083f8529c368e498444c23f2fbca05..5267b27687d66b8cea5d205e84efdb8e72b06f36 100644 (file)
@@ -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
                {