Re: winetest timeout question

2004-07-20 Thread Ferenc Wagner
Robert Reif <[EMAIL PROTECTED]> writes: > Has anyone considered changing the timeout logic to be reset > every time something is printed? This would allow long tests > that periodically output something to run more than 2 minutes. > Timeout would only occur 2 minutes after the last output. Yes,

Re: winetest timeout question

2004-07-20 Thread Francois Gouget
Robert Reif wrote: I would like to change the wave tests to always play and record so all code paths can be exercised. A normal run for a single sound card takes over 2 minutes so the test times out before test completion. Actually there's a way to make the tests run faster. They take long becaus

winetest timeout question

2004-07-19 Thread Robert Reif
I would like to change the wave tests to always play and record so all code paths can be exercised. A normal run for a single sound card takes over 2 minutes so the test times out before test completion. Has anyone considered changing the timeout logic to be reset every time something is printed?