Fix http https_basic/https_filter_basic under valgrind (increase timeout)

This commit is contained in:
Azat Khuzhin 2018-10-23 00:06:47 +03:00
parent 15bfe712a7
commit 5f1b4dfa02
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -530,6 +530,8 @@ http_basic_test_impl(void *arg, int ssl, const char *request_line)
evutil_timerclear(&tv);
tv.tv_usec = 100000;
if (ssl)
tv.tv_usec *= 10;
event_base_once(data->base,
-1, EV_TIMEOUT, http_complete_write, bev, &tv);