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.
2 parents a00f97e + 581ed48 commit e89aae4Copy full SHA for e89aae4
lldb/test/API/lang/swift/async/tasks/main.swift
@@ -3,7 +3,7 @@ func first() async {
3
}
4
5
func second() async {
6
- try? await Task.sleep(for: .seconds(10))
+ try? await Task.sleep(for: .seconds(300))
7
8
9
@main struct Main {
0 commit comments