[all-commits] [llvm/llvm-project] 8c2154: [clangd] Bump timeouts for LSPServerTests

kadir çetinkaya via All-commits all-commits at lists.llvm.org
Tue Aug 22 07:25:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c21544286a0cf5eba7df67e23e3b7265364e752
      https://github.com/llvm/llvm-project/commit/8c21544286a0cf5eba7df67e23e3b7265364e752
  Author: Kadir Cetinkaya <kadircet at google.com>
  Date:   2023-08-22 (Tue, 22 Aug 2023)

  Changed paths:
    M clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
    M clang-tools-extra/clangd/unittests/LSPClient.cpp
    M clang-tools-extra/clangd/unittests/LSPClient.h

  Log Message:
  -----------
  [clangd] Bump timeouts for LSPServerTests

We seem to be hitting limits in some windows build bots, see
https://github.com/clangd/clangd/issues/1712#issuecomment-1686478931.

So bumping the timeouts to 60 seconds and completely dropping them for sync
requests. As mentioned in the comment above, this should improve things,
considering even the tests that don't touch any complicated scheduler is
failing.

Differential Revision: https://reviews.llvm.org/D158426




More information about the All-commits mailing list