Skip to content

Commit ac06743

Browse files
committed
Bump time frame for stress test.
1 parent 000aaf7 commit ac06743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Segment-Tests/StressTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class StressTests: XCTestCase {
9696
}
9797

9898
while (analytics.hasUnsentEvents) {
99-
RunLoop.main.run(until: Date(timeIntervalSinceNow: .seconds(5)))
99+
RunLoop.main.run(until: Date(timeIntervalSinceNow: .seconds(15)))
100100
}
101101

102102
analytics.purgeStorage()

0 commit comments

Comments
 (0)