mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
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:
parent
b5918760fb
commit
eccd1fdbed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue