Skip to content

Commit df20a25

Browse files
authored
Reverted timeout update. (#1579)
Integration tests were failing because of timeout issue. Previously wait time was reduced to 30 seconds. Reverting that change.
1 parent 3582e57 commit df20a25

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
@@ -62,7 +62,7 @@ final class iOSReleaseTestTests: XCTestCase {
6262
print("[Test] Disabling tracking again...")
6363
sdk.setCPPLevel(status: BranchAttributionLevel.full)
6464

65-
waitForExpectations(timeout: 30, handler: nil)
65+
waitForExpectations(timeout: 180, handler: nil)
6666
print("[Test] testInitSessionAndSetCPPLevel completed")
6767
}
6868

SDKIntegrationTestApps/Source/IntegrationTests/tvOSReleaseTestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final class tvOSReleaseTestTests: XCTestCase {
6262
print("[Test] Disabling tracking again...")
6363
sdk.setCPPLevel(status: BranchAttributionLevel.full)
6464

65-
waitForExpectations(timeout: 30, handler: nil)
65+
waitForExpectations(timeout: 180, handler: nil)
6666
print("[Test] testInitSessionAndSetCPPLevel completed")
6767
}
6868

0 commit comments

Comments
 (0)