test-listen: Increase failure timeout

The timeout is too short when the test run under Valgrind

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Frediano Ziglio 2018-03-13 14:05:19 +00:00
parent 67d4670834
commit f53f9725e1

View File

@ -85,7 +85,7 @@ static void test_event_loop_destroy(TestEventLoop *event_loop)
static void test_event_loop_run(TestEventLoop *event_loop)
{
event_loop->core->timer_start(event_loop->timeout_timer, 5000);
event_loop->core->timer_start(event_loop->timeout_timer, 50000);
basic_event_loop_mainloop();
}