mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user