Re: [PATCH v2 wayland] tests: add timeout

2014-11-19 Thread Marek Chalupa
Oh, yes, sure. Thanks, Marek On 17 November 2014 16:02, Pekka Paalanen wrote: > On Wed, 12 Nov 2014 13:16:42 +0100 > Marek Chalupa wrote: > > > 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 t

Re: [PATCH v2 wayland] tests: add timeout

2014-11-17 Thread Pekka Paalanen
On Wed, 12 Nov 2014 13:16:42 +0100 Marek Chalupa wrote: > 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 evironm

[PATCH v2 wayland] tests: add timeout

2014-11-12 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 WAYLAND_TESTS_NO_TIMEOUTS. v2: rename NO_TIMEOUTS