Explorar o código

Increases timeout of client_streaming test to 4s

Jorge Canizales %!s(int64=11) %!d(string=hai) anos
pai
achega
87b650b55f

+ 1 - 1
src/objective-c/examples/Sample/SampleTests/RemoteProtoTests.m

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