Augments the timeout of the large_unary test to 4s

pull/1399/head
Jorge Canizales 10 years ago
parent 9d96aa6e4c
commit 57d9f939bc
  1. 2
      src/objective-c/examples/Sample/SampleTests/RemoteProtoTests.m

@ -91,7 +91,7 @@
[expectation fulfill];
}];
[self waitForExpectationsWithTimeout:2. handler:nil];
[self waitForExpectationsWithTimeout:4. handler:nil];
}
- (void)testClientStreamingRPC {

Loading…
Cancel
Save