Skip to content

Commit

Permalink
added time for thread to start
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 21, 2023
1 parent 17734b1 commit 7f6fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/myrobotlab/service/ClockTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testService() throws Exception {
assertEquals(interval, clock.getInterval());

clock.startClock();
Service.sleep(10);
Service.sleep(100);
assertTrue(clock.isClockRunning());

clock.stopClock();
Expand Down

0 comments on commit 7f6fa09

Please sign in to comment.