1
0

increase protractor timeouts again

This commit is contained in:
Art Lowel
2019-08-06 14:40:53 +02:00
parent 1fb38fe56d
commit 004f4ce38c

View File

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