Skip to content

Commit

Permalink
Update TestAllPanels.java
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 21, 2024
1 parent 4c91449 commit f5312e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/marginallyclever/ro3/TestAllPanels.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void testAllPanels() {

// version 1, pause for 5 seconds
try {
Thread.sleep(5000);
Thread.sleep(500);
} catch (InterruptedException ignored) {}

frame.dispose();
Expand Down

0 comments on commit f5312e8

Please sign in to comment.