[PATCH wayland 4/4] queue-test: put back timeout

Marek Chalupa mchqwerty at gmail.com
Wed Sep 24 05:37:08 PDT 2014


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 <mchqwerty at gmail.com>
---
 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



More information about the wayland-devel mailing list