Skip to content

Commit

Permalink
Added 1s delay sample
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Jan 30, 2024
1 parent 23feee0 commit d895ef4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class DemoView extends Div {

// Some test timeouts
private final TreeSet<Long> timeouts = new TreeSet<>(); {
timeouts.add(1000L); // 1 seconds
timeouts.add(3000L); // 3 seconds
timeouts.add(10000L); // 10 seconds
timeouts.add(30000L); // 30 seconds
Expand Down

0 comments on commit d895ef4

Please sign in to comment.