toxcore/auto_tests
iphydf 33edad8582
Add a short sleep before each tox_iterate in av test.
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.
2016-09-02 22:02:22 +01:00
..
assoc_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
crypto_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
dht_test.c Do not use else after return. 2016-09-02 11:02:56 +01:00
encryptsave_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Remove unused and bit-rotten friends_test. 2016-08-31 18:11:44 +01:00
messenger_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
network_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
onion_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
skeleton_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
TCP_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
tox_test.c Re-enable group chat tests. 2016-09-02 13:57:46 +01:00
toxav_basic_test.c Add a short sleep before each tox_iterate in av test. 2016-09-02 22:02:22 +01:00
toxav_many_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00