Skip to content

Commit

Permalink
Reenable dep-compiler test (#567)
Browse files Browse the repository at this point in the history
* Revert "Temporarily disable the dep_compiler_test. (#558)"

This reverts commit 031cf37.

* Give compiler more time to run.
  • Loading branch information
floitsch authored Mar 14, 2022
1 parent 7320a8c commit 86ac388
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/lsp/fail.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/lsp/server/client.toit
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86ac388

Please sign in to comment.