From 340eb95b6ab64f2c1a784d1dc36002537b1cbd15 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Thu, 16 May 2019 13:57:57 +0200 Subject: [PATCH] Adjusted delays in RSLatchGUIExample --- LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java b/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java index 447b28f8..8b48f5e1 100644 --- a/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java +++ b/LogicUI/src/era/mi/gui/examples/RSLatchGUIExample.java @@ -11,9 +11,9 @@ import net.haspamelodica.swt.helper.swtobjectwrappers.Point; public class RSLatchGUIExample { - private static final int WIRE_DELAY = 40; - private static final int OR_DELAY = 100; - private static final int NOT_DELAY = 100; + private static final int WIRE_DELAY = 10; + private static final int OR_DELAY = 50; + private static final int NOT_DELAY = 50; public static void main(String[] args) { -- 2.17.1