mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
33edad8582
A race condition that happens on machines with heavily used network interfaces causes tests to fail. Packets sent don't arrive on time. This sleep gives it 100 extra milliseconds. The real fix would be to wait for the event to occur and then continue, but with a "once-loop" that is tox_iterate, it's not feasible at this time. |
||
---|---|---|
.. | ||
assoc_test.c | ||
crypto_test.c | ||
dht_test.c | ||
encryptsave_test.c | ||
helpers.h | ||
Makefile.inc | ||
messenger_test.c | ||
network_test.c | ||
onion_test.c | ||
skeleton_test.c | ||
TCP_test.c | ||
tox_test.c | ||
toxav_basic_test.c | ||
toxav_many_test.c |