Skip to content

Commit

Permalink
bump test delay to 1s
Browse files Browse the repository at this point in the history
To reduce false negatives in CI
  • Loading branch information
radeksimko committed Jul 29, 2021
1 parent fa2367f commit 82de4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/langserver/handlers/complete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ output "test" {
// asynchronously and we currently have no way of waiting
// for them to complete.
// TODO remove once we support synchronous dependent tasks
time.Sleep(500 * time.Millisecond)
time.Sleep(1000 * time.Millisecond)

ls.CallAndExpectResponse(t, &langserver.CallRequest{
Method: "textDocument/completion",
Expand Down

0 comments on commit 82de4af

Please sign in to comment.