Explorar o código

Increase test timeout of testMetadata to 8s to alleviate flakiness under overloaded Jenkins mac machine

Muxi Yan %!s(int64=8) %!d(string=hai) anos
pai
achega
949309104a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/objective-c/tests/GRPCClientTests.m

+ 1 - 1
src/objective-c/tests/GRPCClientTests.m

@@ -225,7 +225,7 @@ static GRPCProtoMethod *kUnaryCallMethod;
 
 
   [call startWithWriteable:responsesWriteable];
   [call startWithWriteable:responsesWriteable];
 
 
-  [self waitForExpectationsWithTimeout:4 handler:nil];
+  [self waitForExpectationsWithTimeout:8 handler:nil];
 }
 }
 
 
 - (void)testResponseMetadataKVO {
 - (void)testResponseMetadataKVO {