From 8c8532a98476b7976e2a566af7e26d43e43f70b2 Mon Sep 17 00:00:00 2001 From: "Gregory Mullen (grayhatter)" Date: Thu, 25 Aug 2016 11:52:46 -0700 Subject: [PATCH] Reduce the timeout on travis to something much more reasonable 10x timeouts forces travis to kill our build without offering anything helpful --- auto_tests/tox_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: END_TEST #ifdef TRAVIS_ENV -uint8_t timeout_mux = 100; +uint8_t timeout_mux = 20; #else uint8_t timeout_mux = 10; #endif