Skip to content

Commit

Permalink
fix: Remove sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
1ambda committed Jul 11, 2017
1 parent facf4c1 commit bcac8a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zeppelin-web/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ var baseConfig = {
onPrepare: function() {
// waiting for angular app is loaded
browser.ignoreSynchronization = true;
browser.manage().timeouts().pageLoadTimeout(80000);
browser.manage().timeouts().implicitlyWait(50000);
browser.manage().timeouts().pageLoadTimeout(300000);
browser.manage().timeouts().implicitlyWait(60000);

// add reporter to display executed tests in console
var SpecReporter = require('jasmine-spec-reporter').SpecReporter;
Expand All @@ -37,7 +37,6 @@ var baseConfig = {
if (process.env.TRAVIS) {
baseConfig.capabilities.chromeOptions = {
binary: process.env.CHROME_BIN,
args: ['--no-sandbox'],
};
}

Expand Down

0 comments on commit bcac8a4

Please sign in to comment.