Skip to content

Commit e89aae4

Browse files
Merge pull request #9930 from swiftlang/dl/lldb-Increase-test-async-sleep-to-300s-NFC
[lldb] Increase test async sleep to 300s (NFC)
2 parents a00f97e + 581ed48 commit e89aae4

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)