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:
Gregory Mullen (grayhatter) 2016-08-25 11:52:46 -07:00
parent 7075c3648a
commit 8c8532a984
No known key found for this signature in database
GPG Key ID: 5A0E3F964ADE299B

View File

@ -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