Skip to content

Commit

Permalink
increase hardcode default
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Sep 18, 2023
1 parent 6bba042 commit 8e218ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Singleton
public class WaitUtil {
public static int DEFAULT_TIMEOUT = Integer.getInteger("webDriverDefaultTimeout", 30000);
public static int DEFAULT_TIMEOUT = Integer.getInteger("webDriverDefaultTimeout", 90000);
public static String DEFAULT_ERROR_MESSAGE = "Error while waiting for something";
public static final int RETRY_COUNT = 10;

Expand Down

0 comments on commit 8e218ff

Please sign in to comment.