Skip to content

Commit 788144e

Browse files
committed
SDK-1329 increase timeout on some integration tests
1 parent 6d52fb6 commit 788144e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Branch-TestBed/Branch-SDK-Tests/BNCServerInterface.Test.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)