Skip to content

Commit 26dce23

Browse files
committed
Make testMergeFuses more stable.
1 parent bc6f87d commit 26dce23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/EffectOperationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class EffectOperationTests: XCTestCase {
107107
}
108108
.merge(
109109
with: .task {
110-
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 5)
110+
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 2)
111111
return 1729
112112
}
113113
)

0 commit comments

Comments
 (0)