Skip to content

Commit c2b8309

Browse files
committed
Increase default test timeout in VS Code settings to 20s
With the plugin tests added, 10s does seem to be too short.
1 parent 84c3c4d commit c2b8309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// Show log messages when running tests on macOS
44
"SOURCEKIT_LSP_FORCE_NON_DARWIN_LOGGER": "1",
55
// Decrease timeout to 10s locally from the default 3min we allow by default. This is usually sufficient and makes test fail faster.
6-
"SOURCEKIT_LSP_TEST_TIMEOUT": "10"
6+
"SOURCEKIT_LSP_TEST_TIMEOUT": "20"
77
},
88
}

0 commit comments

Comments
 (0)