Module: tools Branch: master Commit: bd5f69eaf2116b8e13478b97af662b86427282c0 URL: https://source.winehq.org/git/tools.git/?a=commit;h=bd5f69eaf2116b8e13478b97...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Oct 28 12:46:08 2021 +0200
winetest: Increase the maximum report size to 2 MB.
Also the maximum report size is no longer duplicated in WineTest.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winetest/winetest.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/winetest/winetest.conf b/winetest/winetest.conf index 3db146a..0b8fd63 100644 --- a/winetest/winetest.conf +++ b/winetest/winetest.conf @@ -23,8 +23,7 @@ $acceptprediluvianwin = 0; $maxunitsize = 32 * 1024;
# Maximum size of the report file -# This should be in line with programs\winetest\send.c -$maxfilesize = 1.5 * 1024 * 1024; +$maxfilesize = 2 * 1024 * 1024;
# The number of builds after which a failure is considered old / new $patternbuilds = 10;