File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1948,7 +1948,7 @@ TEST(ServerRequestParsingTest, ReadHeadersRegexComplexity) {
1948
1948
bool listen_thread_ok = false ;
1949
1949
thread t = thread ([&] { listen_thread_ok = svr.listen (HOST, PORT); });
1950
1950
while (!svr.is_running ()) {
1951
- std::this_thread::sleep_for (std::chrono::milliseconds (1 ));
1951
+ std::this_thread::sleep_for (std::chrono::milliseconds (1 ));
1952
1952
}
1953
1953
1954
1954
// A certain header line causes an exception if the header property is parsed
@@ -2023,7 +2023,7 @@ class ServerTestWithAI_PASSIVE : public ::testing::Test {
2023
2023
t_ = thread ([&]() { ASSERT_TRUE (svr_.listen (nullptr , PORT, AI_PASSIVE)); });
2024
2024
2025
2025
while (!svr_.is_running ()) {
2026
- std::this_thread::sleep_for (std::chrono::milliseconds (1 ));
2026
+ std::this_thread::sleep_for (std::chrono::milliseconds (1 ));
2027
2027
}
2028
2028
}
2029
2029
You can’t perform that action at this time.
0 commit comments