Skip to content

Commit 6b43e73

Browse files
committed
Updated time out.
1 parent 4f92b8b commit 6b43e73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SDKIntegrationTestApps/Source/IntegrationTests/iOSReleaseTestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class iOSReleaseTestTests: XCTestCase {
6060
expectation.fulfill()
6161
}
6262

63-
waitForExpectations(timeout: 30, handler: nil)
63+
waitForExpectations(timeout: 90, handler: nil)
6464

6565
print("Setting CPP Level to none.")
6666
sdk.setCPPLevel(status: BranchAttributionLevel.none)

SDKIntegrationTestApps/Source/IntegrationTests/tvOSReleaseTestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class tvOSReleaseTestTests: XCTestCase {
6060
expectation.fulfill()
6161
}
6262

63-
waitForExpectations(timeout: 30, handler: nil)
63+
waitForExpectations(timeout: 90, handler: nil)
6464

6565
print("Setting CPP Level to none.")
6666
sdk.setCPPLevel(status: BranchAttributionLevel.none)

0 commit comments

Comments
 (0)