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

Pekka Paalanen ppaalanen at gmail.com
Mon Nov 17 07:03:16 PST 2014


On Fri, 7 Nov 2014 22:30:52 +0200
Giulio Camuffo <giuliocamuffo at gmail.com> wrote:

> 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);
> >

Pushed.

Thanks,
pq


More information about the wayland-devel mailing list