Skip to content

Commit 2af4768

Browse files
committed
Update timeout
1 parent 9877374 commit 2af4768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/RuntimeWarningTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ final class RuntimeWarningTests: XCTestCase {
166166
environment: ()
167167
)
168168
ViewStore(store).send(.tap)
169-
_ = XCTWaiter.wait(for: [.init()], timeout: 0.2)
169+
_ = XCTWaiter.wait(for: [.init()], timeout: 1)
170170
}
171171

172172
func testBindingUnhandledAction() {

0 commit comments

Comments
 (0)