Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOP-4550: increase wait times again #1812

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public class HopWebTest {

private static int MARGIN_TOP = 35;
private static int MARGIN_LEFT = 10;
private static int WAIT_SHORT = 1000;
private static int WAIT_SHORT = 2000;
private static int WAIT_MEDIUM = 1000;
private static int WAIT_LONG = 3000;
private static int WAIT_LONG = 5000;
private static int WAIT_VERY_LONG = 5000;
private static WebDriver driver;
private static Actions actions;
Expand Down