Skip to content

Commit

Permalink
Increased max wait time from 3 seconds to 10 second to better handle …
Browse files Browse the repository at this point in the history
…slower connections.
  • Loading branch information
bluurr committed Jun 30, 2019
1 parent 64e7f89 commit 4e96440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bluurr/quora/page/DashBoardPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static DashBoardPage open() {
return dashboard;
}

private static final int MAX_WAIT_SECONDS = 3;
private static final int MAX_WAIT_SECONDS = 10;

@FindBy(xpath="//*[contains(@class, 'selector_input') and @placeholder = 'Search Quora']")
private WebElement searchBar;
Expand Down

0 comments on commit 4e96440

Please sign in to comment.