We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ed2ca commit f2f54efCopy full SHA for f2f54ef
Tests/ComposableArchitectureTests/EffectRunTests.swift
@@ -166,6 +166,6 @@ final class EffectRunTests: BaseTCATestCase {
166
await store.send(.tap).finish()
167
await queue.advance(by: .seconds(1))
168
169
- try await Task.sleep(nanoseconds: 100_000_000)
+ try await Task.sleep(nanoseconds: 1_000_000_000)
170
}
171
0 commit comments