Skip to content

Commit 6b6228d

Browse files
authored
Merge pull request #1030 from ahoppen/ahoppen/increase-default-timeout
Increase default timeout to 3 minutes
2 parents 6768cfc + 55f2df8 commit 6b6228d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LSPTestSupport/Timeouts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ import Foundation
1414

1515
/// The default duration how long tests should wait for responses from
1616
/// SourceKit-LSP / sourcekitd / clangd.
17-
public let defaultTimeout: TimeInterval = 60
17+
public let defaultTimeout: TimeInterval = 120

0 commit comments

Comments
 (0)