We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24dd963 + 8c94888 commit 724e63aCopy full SHA for 724e63a
unittests/SourceKit/SwiftLang/EditingTest.cpp
@@ -137,7 +137,7 @@ class EditTest : public ::testing::Test {
137
}
138
139
bool waitForDocUpdate(bool reset = false) {
140
- std::chrono::seconds secondsToWait(10);
+ std::chrono::seconds secondsToWait(20);
141
std::unique_lock<std::mutex> lk(DocUpdState->Mtx);
142
auto when = std::chrono::system_clock::now() + secondsToWait;
143
auto result = !DocUpdState->CV.wait_until(
0 commit comments