Skip to content

Commit 88e3b83

Browse files
mbrandonwp4checo
authored andcommitted
Extend timeout for test.
(cherry picked from commit 5c476994eaa79af8e466041f6de1ab116f37c528) # Conflicts: # Tests/ComposableArchitectureTests/EffectTests.swift
1 parent 5cc5f1a commit 88e3b83

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
@@ -268,7 +268,7 @@ import XCTest
268268
.dependency(\.date, .constant(.init(timeIntervalSinceReferenceDate: 1_234_567_890)))
269269
)
270270

271-
await store.send(.tap).finish()
271+
await store.send(.tap).finish(timeout: NSEC_PER_SEC)
272272
await store.receive(.response(1_234_567_890)) {
273273
$0 = 1_234_567_890
274274
}

0 commit comments

Comments
 (0)