mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
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:
parent
67d4670834
commit
f53f9725e1
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user