Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal M Yadav committed Apr 14, 2024
1 parent 1a2cf17 commit 219efda
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public void testRandomPauseDurationWithinBounds() throws InterruptedException {

long duration = endTime - startTime;

assertTrue(duration >= min && duration <= max + 10, "The pause duration should be within the specified bounds, allowing a small margin for timing inaccuracies.");
assertTrue(duration >= min && duration <= max + 10,
"The pause duration should be within the specified bounds, allowing a small margin for timing inaccuracies.");
}

@Test
Expand Down

0 comments on commit 219efda

Please sign in to comment.