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 58fddea commit 1b7f72cCopy full SHA for 1b7f72c
Tests/ComposableArchitectureTests/StoreLifetimeTests.swift
@@ -140,7 +140,7 @@ final class StoreLifetimeTests: BaseTCATestCase {
140
child.send(.start)
141
XCTAssertEqual(store.withState(\.child.count), 1)
142
}
143
- await clock.run()
+ await clock.run(timeout: .seconds(5))
144
XCTAssertEqual(store.withState(\.child.count), 2)
145
146
0 commit comments