Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Nov 8, 2023
1 parent 4785784 commit 2bf769e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public void waitForNextMinuteStrictly() throws InterruptedException {

@Then("I wait for {int} minute")
public void waitForMinute(int minute) throws InterruptedException {
Thread.sleep(minute * 1000);
Thread.sleep(minute * 1000 * 60);
}

@Then("I wait for {int} seconds")
Expand Down

0 comments on commit 2bf769e

Please sign in to comment.