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.
This commit is contained in:
Alex Hoppen
2024-01-22 15:49:45 -08:00
parent 6768cfc432
commit 55f2df8317

View File

@@ -14,4 +14,4 @@ import Foundation
/// The default duration how long tests should wait for responses from
/// SourceKit-LSP / sourcekitd / clangd.
public let defaultTimeout: TimeInterval = 60
public let defaultTimeout: TimeInterval = 120