Skip to content

Commit 10e8480

Browse files
committed
Increase SerialMonitor reopening timeout to 10 seconds
1 parent ab61ab9 commit 10e8480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
@SuppressWarnings("serial")
8585
public class Editor extends JFrame implements RunnerListener {
8686

87-
public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 5000;
87+
public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 10000;
8888

8989
private final Platform platform;
9090
private JMenu recentSketchesMenu;

0 commit comments

Comments
 (0)