We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f795ea4 commit 309b2d6Copy full SHA for 309b2d6
Tests/Segment-Tests/Support/TestUtilities.swift
@@ -178,7 +178,7 @@ extension XCTestCase {
178
179
func waitUntilFinished(analytics: Analytics?, file: StaticString = #filePath, line: UInt = #line) {
180
addTeardownBlock { [weak analytics] in
181
- let instance = try await waitForTaskCompletion(withTimeoutInSeconds: 3) {
+ let instance = try await waitForTaskCompletion(withTimeoutInSeconds: 30) {
182
while analytics != nil {
183
DispatchQueue.main.sync {
184
RunLoop.current.run(until: .distantPast)
0 commit comments