aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/test_config.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-28 08:57:48 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-28 08:57:48 -0800
commitf2876ea1e0bbb3639007856cf7ea528a19d2d965 (patch)
tree4dafc22b63a69e2e1ad84af0b322b1b493e12f91 /test/core/util/test_config.h
parent4c8172ed8bde47b7d9af997cd25044ee20d5e7da (diff)
Up timeouts for poll-cv polling strategy, seems to make things more stable
Diffstat (limited to 'test/core/util/test_config.h')
-rw-r--r--test/core/util/test_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/test_config.h b/test/core/util/test_config.h
index 76686f1c51..c13fe86a64 100644
--- a/test/core/util/test_config.h
+++ b/test/core/util/test_config.h
@@ -49,10 +49,11 @@ extern "C" {
#endif
extern double g_fixture_slowdown_factor;
+extern double g_poller_slowdown_factor;
#define GRPC_TEST_SLOWDOWN_FACTOR \
(GRPC_TEST_SLOWDOWN_BUILD_FACTOR * GRPC_TEST_SLOWDOWN_MACHINE_FACTOR * \
- g_fixture_slowdown_factor)
+ g_fixture_slowdown_factor * g_poller_slowdown_factor)
#define GRPC_TIMEOUT_SECONDS_TO_DEADLINE(x) \
gpr_time_add( \