diff options
author | Craig Tiller <ctiller@google.com> | 2015-12-15 15:00:48 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-12-15 15:00:48 -0800 |
commit | 54bc8a959e515814b1ab1e653f559231985e6d61 (patch) | |
tree | b8b868d38632348a203e58d27d00ce911add6a57 /test/core | |
parent | f6d4c626ac5822c5dea8d61081155c8e5e744878 (diff) |
Stabilize test by increasing timeout
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/completion_queue_test.c | 2 |
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); |