Skip to content

Commit 45f4d02

Browse files
mbrandonwmluisbrown
authored andcommitted
Update timeout
1 parent 9f5ac6f commit 45f4d02

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
@@ -165,7 +165,7 @@ final class RuntimeWarningTests: XCTestCase {
165165
environment: ()
166166
)
167167
ViewStore(store).send(.tap)
168-
_ = XCTWaiter.wait(for: [.init()], timeout: 0.2)
168+
_ = XCTWaiter.wait(for: [.init()], timeout: 1)
169169
}
170170

171171
func testBindingUnhandledAction() {

0 commit comments

Comments
 (0)