Skip to content

Commit

Permalink
adjusting test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Nov 17, 2023
1 parent c157e25 commit 7dabffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/myrobotlab/service/RandomTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void testService() throws Exception {
random.addRandom(0, 200, "clock", "setInterval", 5000, 10000);
random.enable();

sleep(300);
sleep(500);

assertTrue("should have method", random.getKeySet().contains("clock.setInterval"));

Expand Down

0 comments on commit 7dabffd

Please sign in to comment.