You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Environment Variables.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,4 @@ The following environment variables can be used to control some behavior in Sour
17
17
-`SKIP_LONG_TESTS`: Skip tests that typically take more than 1s to execute.
18
18
-`SOURCEKITLSP_KEEP_TEST_SCRATCH_DIR`: Does not delete the temporary files created during test execution. Allows inspection of the test projects after the test finishes.
19
19
-`SOURCEKIT_LSP_TEST_MODULE_CACHE`: Specifies where tests should store their shared module cache. Defaults to writing the module cache to a temporary directory. Intended so that CI systems can clean the module cache directory after running.
20
+
-`SOURCEKIT_LSP_TEST_TIMEOUT`: Override the timeout duration for tests, in seconds.
0 commit comments