diff --git a/tests/lsp/dep_compiler_test_disabled.toit b/tests/lsp/dep_compiler_test.toit similarity index 100% rename from tests/lsp/dep_compiler_test_disabled.toit rename to tests/lsp/dep_compiler_test.toit diff --git a/tests/lsp/fail.cmake b/tests/lsp/fail.cmake index d0630021b..cbf2dbb8a 100644 --- a/tests/lsp/fail.cmake +++ b/tests/lsp/fail.cmake @@ -79,6 +79,7 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows" OR "${CMAKE_SYSTEM_NAME}" STREQUAL tests/lsp/dep8_compiler_test.toit tests/lsp/dep9_compiler_test.toit tests/lsp/depA_compiler_test.toit + tests/lsp/dep_compiler_test.toit tests/lsp/double_import_compiler_test.toit tests/lsp/dump_crash_compiler_test.toit tests/lsp/error_compiler_test.toit diff --git a/tools/lsp/server/client.toit b/tools/lsp/server/client.toit index 5fb0c97ce..c851a9d07 100644 --- a/tools/lsp/server/client.toit +++ b/tools/lsp/server/client.toit @@ -100,7 +100,7 @@ class LspClient: configuration = { "toitPath": toitc, "shouldWriteReproOnCrash": true, - "timeoutMs": 5_000, // Increase the timeout to avoid flaky tests. + "timeoutMs": 10_000, // Increase the timeout to avoid flaky tests. } static start_server_ cmd args compiler_exe --spawn_process/bool --use_rpc_filesystem/bool -> List: