http://bugs.winehq.org/show_bug.cgi?id=14370
Summary: adjust timeout interval for virtulaizers Product: Wine Version: 1.0.0 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: jreiser@BitWagon.com
Created an attachment (id=14667) --> (http://bugs.winehq.org/attachment.cgi?id=14667) WINE_TIMEOUT_FACTOR environment variable
Using a virtualizer such as valgrind(memcheck) often slows down execution by a significant factor. Add a new environment variable WINE_TIMEOUT_FACTOR to allow multiplying the absolute delays for critical section timeouts. Patch is attached, and will be sent to wine-patches@winehq.org.