From 8451e87cedfda3538e004ff292abc7749fcd9cd2 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 27 Feb 2015 09:25:51 -0800 Subject: Extend timeouts for Travis 2x --- test/core/util/test_config.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/core/util/test_config.c b/test/core/util/test_config.c index 1c46407311..1f0f0175b1 100644 --- a/test/core/util/test_config.c +++ b/test/core/util/test_config.c @@ -34,6 +34,7 @@ #include "test/core/util/test_config.h" #include +#include #include #include @@ -52,6 +53,9 @@ void grpc_test_init(int argc, char **argv) { /* disable SIGPIPE */ signal(SIGPIPE, SIG_IGN); #endif + gpr_log(GPR_DEBUG, "test slowdown: machine=%f build=%f total=%f", + GRPC_TEST_SLOWDOWN_MACHINE_FACTOR, GRPC_TEST_SLOWDOWN_BUILD_FACTOR, + GRPC_TEST_SLOWDOWN_FACTOR); /* seed rng with pid, so we don't end up with the same random numbers as a concurrently running test binary */ srand(seed()); -- cgit v1.2.3