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

2014-11-17 Thread Pekka Paalanen
On Fri, 7 Nov 2014 22:30:52 +0200 Giulio Camuffo wrote: > Looks good. > > Reviewed-by: Giulio Camuffo > > 2014-09-24 15:37 GMT+03:00 Marek Chalupa : > > In 93e654061b9 we removed call to alarm() that served as timeout in > > this test. Now when we have test_set_timeout() func, return the > > t

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

2014-11-07 Thread Giulio Camuffo
Looks good. Reviewed-by: Giulio Camuffo 2014-09-24 15:37 GMT+03:00 Marek Chalupa : > 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 > --- > tests/queue-test.c |

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

2014-09-24 Thread Marek Chalupa
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 --- tests/queue-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/queue-test.c b/tests/queue-test.c inde