Author: dreimer Date: Sat Jul 10 14:33:00 2010 New Revision: 47987
URL: http://svn.reactos.org/svn/reactos?rev=47987&view=rev Log: Update maxretries of sysreg2 to 35. After adding a big bunch of winetests to the test process, this has to become bigger.
Modified: trunk/tools/sysreg2/sysreg.xml
Modified: trunk/tools/sysreg2/sysreg.xml URL: http://svn.reactos.org/svn/reactos/trunk/tools/sysreg2/sysreg.xml?rev=47987&... ============================================================================== --- trunk/tools/sysreg2/sysreg.xml [iso-8859-1] (original) +++ trunk/tools/sysreg2/sysreg.xml [iso-8859-1] Sat Jul 10 14:33:00 2010 @@ -11,7 +11,7 @@ <maxcachehits value="50" />
<!-- Maximum number of retries allowed before we cancel the entire testing process. --> - <maxretries value="20" /> + <maxretries value="35" /> </general> <firststage bootdevice="cdrom"> </firststage>