Skip to content

Commit d00e2e0

Browse files
test(lsp): use recovery timeout after canceled refresh
1 parent f764f8c commit d00e2e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/hooks_lsp_suite/lsp_code_diagnostics_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ async fn broker_cancels_partial_refresh_without_poisoning_warm_client() {
602602
.refresh_documents(
603603
FAKE_LANGUAGE,
604604
vec![fake_document(FAKE_LANGUAGE, FAKE_PATH, "let nope")],
605-
FAKE_LSP_TIMEOUT,
605+
FAKE_LSP_RECOVERY_TIMEOUT,
606606
)
607607
.await
608608
.expect("next refresh should start a clean client and recover");

0 commit comments

Comments
 (0)