Increased a limit in TestEnvironmentHelper that was too small
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 11 Oct 2020 17:37:36 +0000 (19:37 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 11 Oct 2020 17:37:36 +0000 (19:37 +0200)
tests/net.mograsim.logic.model.am2900.tests/src/net/mograsim/logic/model/am2900/util/TestEnvironmentHelper.java

index 071bd78..5adf93d 100644 (file)
@@ -51,7 +51,7 @@ public class TestEnvironmentHelper
        private DebugState debug = DebugState.NO_DEBUG;
        private Set<String> wireDebugChangeSet;
        private boolean debugWires = false;
-       public int debugEventThreshold = 10_000;
+       public int debugEventThreshold = 20_000;
        public int debugEventCount = 500;
        private int eventCounter;