GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/785
increase implicitlyWait for WebDriver ### What is this PR for? This is with respect to travis build failure on `sendKeys`. An implicit wait is to tell WebDriver to poll the DOM for a certain amount of time when trying to find an element or elements if they are not immediately available. The default setting is 0. Once set, the implicit wait is set for the life of the WebDriver object instance. ### What type of PR is it? Hot Fix ### What is the Jira issue? N/A ### How should this be tested? CI should be green. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/incubator-zeppelin increaseImplicitlyWait Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/785.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #785 ---- commit 734a90149a49062ab920c5724f4136fda3fe20ea Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2016-03-18T10:18:33Z increase implicitlyWait for WebDriver ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---