|
|
@ -114,7 +114,7 @@ static ProtoMethod *kUnaryCallMethod; |
|
|
|
|
|
|
|
|
|
|
|
[call startWithWriteable:responsesWriteable]; |
|
|
|
[call startWithWriteable:responsesWriteable]; |
|
|
|
|
|
|
|
|
|
|
|
[self waitForExpectationsWithTimeout:4 handler:nil]; |
|
|
|
[self waitForExpectationsWithTimeout:8 handler:nil]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
- (void)testSimpleProtoRPC { |
|
|
|
- (void)testSimpleProtoRPC { |
|
|
@ -146,7 +146,7 @@ static ProtoMethod *kUnaryCallMethod; |
|
|
|
|
|
|
|
|
|
|
|
[call startWithWriteable:responsesWriteable]; |
|
|
|
[call startWithWriteable:responsesWriteable]; |
|
|
|
|
|
|
|
|
|
|
|
[self waitForExpectationsWithTimeout:4 handler:nil]; |
|
|
|
[self waitForExpectationsWithTimeout:8 handler:nil]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
- (void)testMetadata { |
|
|
|
- (void)testMetadata { |
|
|
|