summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auto_tests/tox_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/tox_test.c b/auto_tests/tox_test.c
index 22a1354d..c436636e 100644
--- a/auto_tests/tox_test.c
+++ b/auto_tests/tox_test.c
@@ -1312,7 +1312,7 @@ group_test_restart:
1312END_TEST 1312END_TEST
1313 1313
1314#ifdef TRAVIS_ENV 1314#ifdef TRAVIS_ENV
1315uint8_t timeout_mux = 100; 1315uint8_t timeout_mux = 20;
1316#else 1316#else
1317uint8_t timeout_mux = 10; 1317uint8_t timeout_mux = 10;
1318#endif 1318#endif