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 000aaf7 commit ac06743Copy full SHA for ac06743
Tests/Segment-Tests/StressTests.swift
@@ -96,7 +96,7 @@ class StressTests: XCTestCase {
96
}
97
98
while (analytics.hasUnsentEvents) {
99
- RunLoop.main.run(until: Date(timeIntervalSinceNow: .seconds(5)))
+ RunLoop.main.run(until: Date(timeIntervalSinceNow: .seconds(15)))
100
101
102
analytics.purgeStorage()
0 commit comments