Skip to content

Commit 1b7f72c

Browse files
committed
wip
1 parent 58fddea commit 1b7f72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/StoreLifetimeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ final class StoreLifetimeTests: BaseTCATestCase {
140140
child.send(.start)
141141
XCTAssertEqual(store.withState(\.child.count), 1)
142142
}
143-
await clock.run()
143+
await clock.run(timeout: .seconds(5))
144144
XCTAssertEqual(store.withState(\.child.count), 2)
145145
}
146146
}

0 commit comments

Comments
 (0)