forked from OSchip/llvm-project
[clangd] Bump timeout for a flaky test
This has been failing on some build bots with timeout, increasing it to 5 seconds.
This commit is contained in:
parent
5ee0fb7ed2
commit
552b59b9e6
|
@ -264,7 +264,7 @@ TEST_F(TUSchedulerTests, Debounce) {
|
|||
Notification N;
|
||||
updateWithDiags(S, Path, "auto (timed out)", WantDiagnostics::Auto,
|
||||
[&](std::vector<Diag>) { N.notify(); });
|
||||
EXPECT_TRUE(N.wait(timeoutSeconds(1)));
|
||||
EXPECT_TRUE(N.wait(timeoutSeconds(5)));
|
||||
|
||||
// Once we start shutting down the TUScheduler, this one becomes a dead write.
|
||||
updateWithDiags(S, Path, "auto (discarded)", WantDiagnostics::Auto,
|
||||
|
|
Loading…
Reference in New Issue