Skip to content

Commit f2f54ef

Browse files
committed
Address flaky test
1 parent a8ed2ca commit f2f54ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ComposableArchitectureTests/EffectRunTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ final class EffectRunTests: BaseTCATestCase {
166166
await store.send(.tap).finish()
167167
await queue.advance(by: .seconds(1))
168168

169-
try await Task.sleep(nanoseconds: 100_000_000)
169+
try await Task.sleep(nanoseconds: 1_000_000_000)
170170
}
171171
}

0 commit comments

Comments
 (0)