Skip to content

Commit 55f2df8

Browse files
committed
Increase default timeout to 3 minutes
In some cases, when Xcode doesn’t have a module cache for SDK modules, building SwiftPM project in the tests can take longer than 1 minute. Increase the timeout to 2 minutes.
1 parent 6768cfc commit 55f2df8

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)