We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab61ab9 commit 10e8480Copy full SHA for 10e8480
app/src/processing/app/Editor.java
@@ -84,7 +84,7 @@
84
@SuppressWarnings("serial")
85
public class Editor extends JFrame implements RunnerListener {
86
87
- public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 5000;
+ public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 10000;
88
89
private final Platform platform;
90
private JMenu recentSketchesMenu;
0 commit comments