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

Giulio Camuffo giuliocamuffo at gmail.com
Fri Nov 7 12:30:52 PST 2014


Looks good.

Reviewed-by: Giulio Camuffo <giuliocamuffo at gmail.com>

2014-09-24 15:37 GMT+03:00 Marek Chalupa <mchqwerty at gmail.com>:
> 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
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list