Skip to content

Commit 3ad1ddd

Browse files
authored
Merge pull request #1932 from ahoppen/increase-test-timeout
Increase default test timeout in VS Code settings to 20s
2 parents e39321f + c2b8309 commit 3ad1ddd

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)