Skip to content

Commit

Permalink
chore: increase kick out
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed Aug 2, 2024
1 parent 5601f43 commit 674b020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static boolean isAnyPermitWithStatus(@NotNull PermitStatus status) {
}

public static void selectFirstValidPermit() {
long kickoutTime = System.currentTimeMillis() + 90000;
long kickoutTime = System.currentTimeMillis() + 12000;
do {
refreshPageWithJavascript();
} while(!getText("//*//tr//th", SelectorType.XPATH).toLowerCase().contains("licence number") && System.currentTimeMillis() < kickoutTime);
Expand Down

0 comments on commit 674b020

Please sign in to comment.