Re: [PATCH wayland 1/4] tests: add timeout

2014-11-12 Thread Marek Chalupa
On 12 November 2014 11:22, Marek Chalupa wrote: > > > On 10 November 2014 13:11, Pekka Paalanen wrote: > >> On Fri, 7 Nov 2014 21:56:48 +0200 >> Giulio Camuffo wrote: >> >> > I have a couple of comments below, otherwise it looks good. >> > >> > >> > -- >> > Giulio >> > >> > >> > 2014-09-24 15:3

Re: [PATCH wayland 1/4] tests: add timeout

2014-11-12 Thread Marek Chalupa
On 10 November 2014 13:11, Pekka Paalanen wrote: > On Fri, 7 Nov 2014 21:56:48 +0200 > Giulio Camuffo wrote: > > > I have a couple of comments below, otherwise it looks good. > > > > > > -- > > Giulio > > > > > > 2014-09-24 15:37 GMT+03:00 Marek Chalupa : > > > Add test_set_timeout() function th

Re: [PATCH wayland 1/4] tests: add timeout

2014-11-10 Thread Pekka Paalanen
On Fri, 7 Nov 2014 21:56:48 +0200 Giulio Camuffo wrote: > I have a couple of comments below, otherwise it looks good. > > > -- > Giulio > > > 2014-09-24 15:37 GMT+03:00 Marek Chalupa : > > Add test_set_timeout() function that allows the test to > > set timeout for its completition. Any other

Re: [PATCH wayland 1/4] tests: add timeout

2014-11-07 Thread Giulio Camuffo
I have a couple of comments below, otherwise it looks good. -- Giulio 2014-09-24 15:37 GMT+03:00 Marek Chalupa : > Add test_set_timeout() function that allows the test to > set timeout for its completition. Any other call to the function > re-sets the timeout to the new value. The timeouts can

[PATCH wayland 1/4] tests: add timeout

2014-09-24 Thread Marek Chalupa
Add test_set_timeout() function that allows the test to set timeout for its completition. Any other call to the function re-sets the timeout to the new value. The timeouts can be turned off (usefull when debugging) by setting evironment variable NO_TIMEOUTS. Signed-off-by: Marek Chalupa --- test