mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Reduce the timeout on travis to something much more reasonable
10x timeouts forces travis to kill our build without offering anything helpful
This commit is contained in:
parent
7075c3648a
commit
8c8532a984
|
@ -1312,7 +1312,7 @@ group_test_restart:
|
|||
END_TEST
|
||||
|
||||
#ifdef TRAVIS_ENV
|
||||
uint8_t timeout_mux = 100;
|
||||
uint8_t timeout_mux = 20;
|
||||
#else
|
||||
uint8_t timeout_mux = 10;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user