Skip to content
Snippets Groups Projects
Commit 57d9f939 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Augments the timeout of the large_unary test to 4s

parent 9d96aa6e
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
[expectation fulfill]; [expectation fulfill];
}]; }];
[self waitForExpectationsWithTimeout:2. handler:nil]; [self waitForExpectationsWithTimeout:4. handler:nil];
} }
- (void)testClientStreamingRPC { - (void)testClientStreamingRPC {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment