Skip to content

Commit 5c47699

Browse files
committed
Extend timeout for test.
1 parent f5b4f2d commit 5c47699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/EffectTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ final class EffectTests: XCTestCase {
284284
.dependency(\.date, .constant(.init(timeIntervalSinceReferenceDate: 1_234_567_890)))
285285
)
286286

287-
await store.send(.tap).finish()
287+
await store.send(.tap).finish(timeout: NSEC_PER_SEC)
288288
await store.receive(.response(1_234_567_890)) {
289289
$0 = 1_234_567_890
290290
}

0 commit comments

Comments
 (0)