aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-15 15:00:48 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-15 15:00:48 -0800
commit54bc8a959e515814b1ab1e653f559231985e6d61 (patch)
treeb8b868d38632348a203e58d27d00ce911add6a57 /test
parentf6d4c626ac5822c5dea8d61081155c8e5e744878 (diff)
Stabilize test by increasing timeout
Diffstat (limited to 'test')
-rw-r--r--test/core/surface/completion_queue_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/completion_queue_test.c b/test/core/surface/completion_queue_test.c
index 252fe80621..8a24d826bb 100644
--- a/test/core/surface/completion_queue_test.c
+++ b/test/core/surface/completion_queue_test.c
@@ -226,7 +226,7 @@ static void test_too_many_plucks(void) {
}
/* wait until all other threads are plucking */
- gpr_sleep_until(GRPC_TIMEOUT_MILLIS_TO_DEADLINE(100));
+ gpr_sleep_until(GRPC_TIMEOUT_MILLIS_TO_DEADLINE(1000));
ev = grpc_completion_queue_pluck(cc, create_test_tag(),
gpr_inf_future(GPR_CLOCK_REALTIME), NULL);