GitHub user bzz opened a pull request: https://github.com/apache/incubator-zeppelin/pull/546
ZEPPELIN-510: refactor Integration Test This is another approach to solve [ZEPPELIN-510](https://issues.apache.org/jira/browse/ZEPPELIN-510) problem of flacky integration tests. It uses [FluentWait](http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/support/ui/FluentWait.html) to poll every 1s untill 30s timeout. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bzz/incubator-zeppelin fix/zeppelin-510-integration-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/546.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 #546 ---- commit 53b6491c57800230dad47453624fd1c0e0574184 Author: Alexander Bezzubov <b...@apache.org> Date: 2015-12-17T05:48:59Z ZEPPELIN-510: increase MAX browsear delay 30s + poll every 1s ---- --- 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. ---