https://bugs.winehq.org/show_bug.cgi?id=47884 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase --- Comment #2 from François Gouget <fgouget(a)codeweavers.com> --- To diagnose some of these issues it may be useful to modify ok() to print the elapsed time since the start of the test and run the test with WINETEST_REPORT_SUCCESS=1. If the test has a ton of ok() calls there is a risk that WINETEST_REPORT_SUCCESS slows down the tests even more and causes the timeout by itself. That may be neutralized by an option to only print successful tests if 1 second has elapsed since the last one. Maybe that behavior could be standardized in a WINETEST_REPORT_TIMING option. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.