Skip to content

Commit 01dd04d

Browse files
stephencelismluisbrown
authored andcommitted
Bump timeout on flakey tests (#1193)
1 parent d6eccfd commit 01dd04d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ComposableArchitectureTests/ReducerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ final class ReducerTests: XCTestCase {
123123
store.send(.incr) { $0.count = 1 }
124124
store.send(.noop)
125125

126-
self.wait(for: [logsExpectation], timeout: 2)
126+
self.wait(for: [logsExpectation], timeout: 5)
127127

128128
XCTAssertNoDifference(
129129
logs,
@@ -176,7 +176,7 @@ final class ReducerTests: XCTestCase {
176176
)
177177
viewStore.send(.incrWithBool(true))
178178

179-
self.wait(for: [logsExpectation], timeout: 2)
179+
self.wait(for: [logsExpectation], timeout: 5)
180180

181181
XCTAssertNoDifference(
182182
logs,

0 commit comments

Comments
 (0)