In 93e654061b9 we removed call to alarm() that served as timeout in this test. Now when we have test_set_timeout() func, return the timeout back.
Signed-off-by: Marek Chalupa <[email protected]> --- tests/queue-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/queue-test.c b/tests/queue-test.c index 96f2100..e96b66a 100644 --- a/tests/queue-test.c +++ b/tests/queue-test.c @@ -225,6 +225,8 @@ TEST(queue) dummy_interfaces[i]->version, NULL, dummy_bind); + test_set_timeout(2); + client_create(d, client_test_proxy_destroy); display_run(d); -- 1.9.3 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
