Skip to content

Commit

Permalink
Increase timeout for test that inserts many events to SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Oct 10, 2023
1 parent 13bf0d5 commit 52f6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Storage/TestSQLiteEventStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class TestSQLiteEventStore: XCTestCase {
expectations[i].fulfill()
}
}
wait(for: expectations, timeout: 3)
wait(for: expectations, timeout: 5)

XCTAssertEqual(eventStore.count(), 2500)
XCTAssertEqual(eventStore.emittableEvents(withQueryLimit: 600).count, 250)
Expand Down

0 comments on commit 52f6ad8

Please sign in to comment.