We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8dc19 commit c8222d5Copy full SHA for c8222d5
1 file changed
Core/Sources/HostApp/GeneralView.swift
@@ -115,6 +115,7 @@ struct ExtensionServiceView: View {
115
116
func checkStatus() {
117
Task {
118
+ try await Task.sleep(nanoseconds: 2_000_000_000)
119
isRunningAction = true
120
defer { isRunningAction = false }
121
do {
0 commit comments