restore protractor timeouts to their default values

This commit is contained in:
Art Lowel
2019-08-06 17:19:49 +02:00
parent 588fc484a4
commit d1ba6ab610

View File

@@ -5,7 +5,7 @@
var SpecReporter = require('jasmine-spec-reporter').SpecReporter; var SpecReporter = require('jasmine-spec-reporter').SpecReporter;
exports.config = { exports.config = {
allScriptsTimeout: 600000, allScriptsTimeout: 11000,
// ----------------------------------------------------------------- // -----------------------------------------------------------------
// Uncomment to run tests using a remote Selenium server // Uncomment to run tests using a remote Selenium server
//seleniumAddress: 'http://selenium.address:4444/wd/hub', //seleniumAddress: 'http://selenium.address:4444/wd/hub',
@@ -73,7 +73,7 @@ exports.config = {
framework: 'jasmine', framework: 'jasmine',
jasmineNodeOpts: { jasmineNodeOpts: {
showColors: true, showColors: true,
defaultTimeoutInterval: 600000, defaultTimeoutInterval: 30000,
print: function () {} print: function () {}
}, },
useAllAngular2AppRoots: true, useAllAngular2AppRoots: true,