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 9877374 commit 2af4768Copy full SHA for 2af4768
Tests/ComposableArchitectureTests/RuntimeWarningTests.swift
@@ -166,7 +166,7 @@ final class RuntimeWarningTests: XCTestCase {
166
environment: ()
167
)
168
ViewStore(store).send(.tap)
169
- _ = XCTWaiter.wait(for: [.init()], timeout: 0.2)
+ _ = XCTWaiter.wait(for: [.init()], timeout: 1)
170
}
171
172
func testBindingUnhandledAction() {
0 commit comments