Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gopls/internal/lsp/fake: don't set a completion budget for tests
We were already setting an arbitrarily high completion budget of 10s for tests, but this appears to be causing flakes in the heavily parallelized marker tests on slow builders (e.g. golang/go#60584). No reason to have any budget at all: any tests/benchmarks that depend on the budget should set it explicitly. For golang/go#60584 Change-Id: Ic5e84d483fdffb58b801aae7b814ff705e6ecee9 Reviewed-on: https://go-review.googlesource.com/c/tools/+/531556 Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Peter Weinberger <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information