aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-12-17 13:32:57 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2019-01-08 14:46:38 -0800
commit0ec937207431a8512e3820d2da808693e2a21a48 (patch)
tree55ce3144b93f67f9dcae2810ae5d7693881239d4
parent46a872864cfa3b3e81bbb650d6fd01e8a775c1b5 (diff)
Multiple test timeout 5x
-rw-r--r--test/core/surface/concurrent_connectivity_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/concurrent_connectivity_test.cc b/test/core/surface/concurrent_connectivity_test.cc
index f606e89ac8..b201568f48 100644
--- a/test/core/surface/concurrent_connectivity_test.cc
+++ b/test/core/surface/concurrent_connectivity_test.cc
@@ -44,7 +44,7 @@
#define NUM_OUTER_LOOPS 10
#define NUM_INNER_LOOPS 10
#define DELAY_MILLIS 10
-#define POLL_MILLIS 3000
+#define POLL_MILLIS 15000
#define NUM_OUTER_LOOPS_SHORT_TIMEOUTS 10
#define NUM_INNER_LOOPS_SHORT_TIMEOUTS 100