Skip to content

Commit 309b2d6

Browse files
committed
Still too short for the CI runner.
1 parent f795ea4 commit 309b2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Segment-Tests/Support/TestUtilities.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ extension XCTestCase {
178178

179179
func waitUntilFinished(analytics: Analytics?, file: StaticString = #filePath, line: UInt = #line) {
180180
addTeardownBlock { [weak analytics] in
181-
let instance = try await waitForTaskCompletion(withTimeoutInSeconds: 3) {
181+
let instance = try await waitForTaskCompletion(withTimeoutInSeconds: 30) {
182182
while analytics != nil {
183183
DispatchQueue.main.sync {
184184
RunLoop.current.run(until: .distantPast)

0 commit comments

Comments
 (0)