diff options
author | Muxi Yan <mxyan@google.com> | 2016-12-05 14:46:55 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2016-12-05 14:46:55 -0800 |
commit | 949309104ac01353700e2b0954a8b7727f894372 (patch) | |
tree | 8870377aebb7b4a68bf1707b89575f306274cc8e | |
parent | 1d3ad2b2491cd62abdb25434b8e418993b32d77c (diff) |
Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine
-rw-r--r-- | src/objective-c/tests/GRPCClientTests.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/GRPCClientTests.m b/src/objective-c/tests/GRPCClientTests.m index 77640525d5..07d53cd495 100644 --- a/src/objective-c/tests/GRPCClientTests.m +++ b/src/objective-c/tests/GRPCClientTests.m @@ -225,7 +225,7 @@ static GRPCProtoMethod *kUnaryCallMethod; [call startWithWriteable:responsesWriteable]; - [self waitForExpectationsWithTimeout:4 handler:nil]; + [self waitForExpectationsWithTimeout:8 handler:nil]; } - (void)testResponseMetadataKVO { |