From 2a29054e46e0314795cc26253583a662a31241fb Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 6 Mar 2020 13:20:30 +0000 Subject: [PATCH] Fix config values for Iter_Test --- util/test/tests/Iter_Test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/test/tests/Iter_Test.py b/util/test/tests/Iter_Test.py index bcd2ebe3b..4b9910631 100644 --- a/util/test/tests/Iter_Test.py +++ b/util/test/tests/Iter_Test.py @@ -277,8 +277,8 @@ class Iter_Test(rdtest.TestCase): def iter_test(self): # Handy tweaks when running locally to disable certain things - action_chance = 1.0 # Chance of doing anything at all - do_image_save = 0.0 # Chance of saving images of the outputs + action_chance = 0.1 # Chance of doing anything at all + do_image_save = 0.25 # Chance of saving images of the outputs do_vert_debug = 1.0 # Chance of debugging a vertex (if valid) do_pixel_debug = 1.0 # Chance of doing pixel history at the current event and debugging a pixel (if valid)