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 263d6fa commit d00a36dCopy full SHA for d00a36d
lldb/test/API/lang/swift/async/tasks/main.swift
@@ -11,7 +11,7 @@ func second() async {
11
let task = Task {
12
await first()
13
}
14
- try? await Task.sleep(for: .seconds(0.01))
+ try? await Task.sleep(for: .seconds(0.1))
15
print("break here")
16
17
0 commit comments