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.
This commit is contained in:
Kahrl 2013-06-17 02:09:50 +02:00
parent b5918760fb
commit eccd1fdbed
1 changed files with 1 additions and 1 deletions

View 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
{