Increases timeout of client_streaming test to 4s

pull/1399/head
Jorge Canizales 10 years ago
parent a83ad602a3
commit 87b650b55f
  1. 2
      src/objective-c/examples/Sample/SampleTests/RemoteProtoTests.m

@ -127,7 +127,7 @@
[expectation fulfill]; [expectation fulfill];
}]; }];
[self waitForExpectationsWithTimeout:2. handler:nil]; [self waitForExpectationsWithTimeout:4. handler:nil];
} }
@end @end

Loading…
Cancel
Save