We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ca3f0 commit 94f23a5Copy full SHA for 94f23a5
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -224,7 +224,7 @@ public struct WidgetFeature: ReducerProtocol {
224
// clicked
225
// before the completion panel updates the location of the
226
// suggestion panel
227
- try await Task.sleep(nanoseconds: 200_000_000)
+ try await Task.sleep(nanoseconds: 400_000_000)
228
}
229
continuation.yield()
230
0 commit comments