forked from clojure-lsp/clojure-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timeout integration tests after waiting 30s for server response (cloj…
…ure-lsp#1063) Instead of letting the integration tests wait forever for a response from the server, this times them out after 30 seconds. This will provide some additional information in the logs about what the client was waiting for, helping to debug flaky tests. If 30 seconds isn't long enough for certain requests, we can either make the timeout longer, or make the timeout configurable per request.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters