mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
increase timeout
This commit is contained in:
parent
940a8b7d36
commit
87432d5b88
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public class WebDriverManager {
|
|||
while (System.currentTimeMillis() - start < 60 * 1000) {
|
||||
// wait for page load
|
||||
try {
|
||||
(new WebDriverWait(driver, 5)).until(new ExpectedCondition<Boolean>() {
|
||||
(new WebDriverWait(driver, 30)).until(new ExpectedCondition<Boolean>() {
|
||||
@Override
|
||||
public Boolean apply(WebDriver d) {
|
||||
return d.findElement(By.xpath("//i[@tooltip='WebSocket Connected']"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue