aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-03 08:17:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-03 08:17:16 -0700
commit9d6f04d51976c94690092573c62fb5c5ba7544a9 (patch)
treebf21105cdf0d06b384d43f47bc1a1143bbd7e177 /test/core/end2end/tests
parenta046ff1d95a58ffec653770498742e221ae27c5a (diff)
Increase grace period: 300ms is way too short in our test environments
Diffstat (limited to 'test/core/end2end/tests')
-rw-r--r--test/core/end2end/tests/max_connection_age.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/max_connection_age.c b/test/core/end2end/tests/max_connection_age.c
index 1de54e0825..59bfdbabb9 100644
--- a/test/core/end2end/tests/max_connection_age.c
+++ b/test/core/end2end/tests/max_connection_age.c
@@ -57,7 +57,7 @@
should be shorter than CALL_DEADLINE_S - CQ_MAX_CONNECTION_AGE_WAIT_TIME_S */
#define CQ_MAX_CONNECTION_AGE_GRACE_WAIT_TIME_S 2
/* The grace period for the test to observe the channel shutdown process */
-#define IMMEDIATE_SHUTDOWN_GRACE_TIME_MS 300
+#define IMMEDIATE_SHUTDOWN_GRACE_TIME_MS 3000
static void *tag(intptr_t t) { return (void *)t; }