mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Revert "[ZEPPELIN-3092] Set browser timeout to 180 seconds"
This reverts commit 8bd23d0637.
This commit is contained in:
parent
f362dcbbed
commit
be2c2784b9
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ abstract public class AbstractZeppelinIT {
|
|||
protected final static Logger LOG = LoggerFactory.getLogger(AbstractZeppelinIT.class);
|
||||
protected static final long MIN_IMPLICIT_WAIT = 5;
|
||||
protected static final long MAX_IMPLICIT_WAIT = 30;
|
||||
protected static final long MAX_BROWSER_TIMEOUT_SEC = 180;
|
||||
protected static final long MAX_BROWSER_TIMEOUT_SEC = 90;
|
||||
protected static final long MAX_PARAGRAPH_TIMEOUT_SEC = 180;
|
||||
|
||||
protected void setTextOfParagraph(int paragraphNo, String text) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue