Revert "[ZEPPELIN-3029] Increase Paragraph and Browser timeouts"

This reverts commit 30f2ab47a9.
This commit is contained in:
Mohamed Magdy 2017-12-18 10:47:21 +01:00
parent be2c2784b9
commit fc13fa697b

View file

@ -42,8 +42,8 @@ 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 = 90;
protected static final long MAX_PARAGRAPH_TIMEOUT_SEC = 180;
protected static final long MAX_BROWSER_TIMEOUT_SEC = 30;
protected static final long MAX_PARAGRAPH_TIMEOUT_SEC = 120;
protected void setTextOfParagraph(int paragraphNo, String text) {
String editorId = driver.findElement(By.xpath(getParagraphXPath(paragraphNo) + "//div[contains(@class, 'editor')]")).getAttribute("id");