Skip to content

Commit

Permalink
ci: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Apr 12, 2024
1 parent 2340cd9 commit 6a99f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ClickstreamTests/IntegrationTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class IntegrationTest: XCTestCase {
ClickstreamAnalytics.recordEvent("testEvent")
Thread.sleep(forTimeInterval: 0.1)
ClickstreamAnalytics.flushEvents()
Thread.sleep(forTimeInterval: 0.2)
Thread.sleep(forTimeInterval: 0.5)
let eventCount = try eventRecorder.dbUtil.getEventCount()
XCTAssertEqual(0, eventCount)
}
Expand Down

0 comments on commit 6a99f27

Please sign in to comment.