mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
[oss-fuzz] Enable msan for fuzz tests (#734)
* Disable openssl as we're not using it in fuzz tests * Increase timeout in ClientStop test
This commit is contained in:
parent
72b81badad
commit
e1f781a21a
2 changed files with 3 additions and 3 deletions
|
@ -1974,8 +1974,7 @@ TEST_F(ServerTest, ClientStop) {
|
|||
}));
|
||||
}
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
||||
while (cli_.is_socket_open()) {
|
||||
cli_.stop();
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue