mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Travis/unittest broken since b662a45
This commit is contained in:
parent
9762650f97
commit
f727f54192
4 changed files with 12 additions and 11 deletions
|
@ -305,7 +305,7 @@ void TestConnection::testConnectSendReceive()
|
|||
u16 peer_id = 132;
|
||||
u16 size = 0;
|
||||
bool received = false;
|
||||
u32 timems0 = porting::getTimeMs();
|
||||
u64 timems0 = porting::getTimeMs();
|
||||
for (;;) {
|
||||
if (porting::getTimeMs() - timems0 > 5000 || received)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue