Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Jul 7, 2023
1 parent b802016 commit 92c97f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void updateIntervalForSteppingTimer() throws Exception {
long tickCountInit = tickCount.get();
// scale in the interval
interval.set(oldInterval / 5);
stimer.update();
stimer.update(null);
Thread.sleep(oldInterval);
long newTickCount = tickCount.get();
Assert.assertTrue("current tickCount = "
Expand Down

0 comments on commit 92c97f4

Please sign in to comment.