Skip to content

Commit

Permalink
Fix http https_basic/https_filter_basic under valgrind (increase time…
Browse files Browse the repository at this point in the history
…out)
  • Loading branch information
azat committed Oct 22, 2018
1 parent 15bfe71 commit 5f1b4df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/regress_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 5f1b4df

Please sign in to comment.