mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
restore protractor timeouts to their default values
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user