File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Branch-TestBed/Branch-SDK-Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ - (void)testGetRequestAsyncRetriesWhenAppropriate {
139139 }];
140140
141141 [serverInterface getRequest: nil url: @" http://foo" key: @" key_live_foo" callback: NULL ];
142- [self waitForExpectationsWithTimeout: 5 .0 handler: nil ];
142+ [self waitForExpectationsWithTimeout: 10 .0 handler: nil ];
143143}
144144
145145// ==================================================================================
@@ -420,7 +420,7 @@ - (void)testRequestIdFromHeader {
420420 XCTAssertEqualObjects (response.requestId , requestId);
421421 }];
422422
423- [self waitForExpectationsWithTimeout: 1 .0 handler: nil ];
423+ [self waitForExpectationsWithTimeout: 5 .0 handler: nil ];
424424}
425425
426426- (void ) testServerInterfaceDictionaryPrepForGbraid {
You can’t perform that action at this time.
0 commit comments