aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/GRPCClientTests.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-12-05 14:46:55 -0800
committerGravatar Muxi Yan <mxyan@google.com>2016-12-05 14:46:55 -0800
commit949309104ac01353700e2b0954a8b7727f894372 (patch)
tree8870377aebb7b4a68bf1707b89575f306274cc8e /src/objective-c/tests/GRPCClientTests.m
parent1d3ad2b2491cd62abdb25434b8e418993b32d77c (diff)
Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine
Diffstat (limited to 'src/objective-c/tests/GRPCClientTests.m')
-rw-r--r--src/objective-c/tests/GRPCClientTests.m2
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 {