Skip to content

Commit acb5239

Browse files
committed
Increase test timeout
In some CI environments, some tests exceed the 2 min timeout.
1 parent d6bce21 commit acb5239

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 = 120
17+
public let defaultTimeout: TimeInterval = 180

0 commit comments

Comments
 (0)