Skip to content

Commit 581ed48

Browse files
committed
[lldb] Increase test async sleep to 300s (NFC)
1 parent fdbc130 commit 581ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/swift/async/tasks/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ func first() async {
33
}
44

55
func second() async {
6-
try? await Task.sleep(for: .seconds(10))
6+
try? await Task.sleep(for: .seconds(300))
77
}
88

99
@main struct Main {

0 commit comments

Comments
 (0)