Skip to content

Commit

Permalink
fix: make source code compatibale with xcode 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaAmini committed Aug 16, 2024
1 parent c36f79a commit 7ce1902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AmplitudeTests/Amplitude+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extension Amplitude {
waitForQueueExpectation.fulfill()
}

XCTWaiter().wait(for: [waitForQueueExpectation], timeout: 1)
XCTWaiter().wait(for: [waitForQueueExpectation], timeout: 5)
}
}

0 comments on commit 7ce1902

Please sign in to comment.