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