tools: bump winetest file size limit to 1.75 MB (2/2)

Austin English austinenglish at gmail.com
Mon Jul 26 20:49:36 CDT 2010


-- 
-Austin
-------------- next part --------------
diff --git a/winetest/winetest.conf b/winetest/winetest.conf
index b240ac0..59e40f2 100644
--- a/winetest/winetest.conf
+++ b/winetest/winetest.conf
@@ -13,6 +13,6 @@ $maxmult = 10;
 
 # Maximum size of the report file
 # This should be in line with programs\winetest\send.c
-$maxfilesize = 1.5 * 1024 * 1024;
+$maxfilesize = 1.75 * 1024 * 1024;
 
 1;                              # keep require happy


More information about the wine-patches mailing list