Disabled debugEDT flag

This commit is contained in:
nathan 2017-11-15 20:20:15 +01:00
parent 801a7f3e67
commit c1520e1533
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class GtkEventDispatch {
private static Thread gtkUpdateThread = null;
// when debugging the EDT, we need a longer timeout.
private static final boolean debugEDT = true;
private static final boolean debugEDT = false;
// timeout is in seconds
private static final int TIMEOUT = debugEDT ? 10000000 : 2;