swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.34k stars 280 forks source link

Use the test’s default timeout duration for sourcekitd timeouts #1747

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

Otherwise, we are stuck with the timeout default of 120s and the test runner can’t increase it.

ahoppen commented 1 month ago

@swift-ci Please test