Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzk1 committed Feb 17, 2025
1 parent b8e6e17 commit 6522d84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public class BaseWebIT extends BaseIT {
// https://www.selenium.dev/documentation/webdriver/waits/#implicit-waits
protected static final long MAX_IMPLICIT_WAIT = 30;
protected static final long MAX_TIMEOUT = 60;
protected static final long EACH_TEST_SLEEP_MILLIS = 1_000;
protected static final long ACTION_SLEEP_MILLIS = 1_000;
protected static final long EACH_TEST_SLEEP_MILLIS = 5_000;
protected static final long ACTION_SLEEP_MILLIS = 5_000;

protected boolean waitShowText(final String text, final Object locator) {
try {
Expand Down

0 comments on commit 6522d84

Please sign in to comment.