Skip to content
Snippets Groups Projects
Commit c57810f0 authored by Marie Verdonck's avatar Marie Verdonck
Browse files

Timeout time for e2e tests

parent 34fb8612
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
var SpecReporter = require('jasmine-spec-reporter').SpecReporter; var SpecReporter = require('jasmine-spec-reporter').SpecReporter;
exports.config = { exports.config = {
allScriptsTimeout: 11000, allScriptsTimeout: 600000,
// ----------------------------------------------------------------- // -----------------------------------------------------------------
// 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 = { ...@@ -73,7 +73,7 @@ exports.config = {
framework: 'jasmine', framework: 'jasmine',
jasmineNodeOpts: { jasmineNodeOpts: {
showColors: true, showColors: true,
defaultTimeoutInterval: 30000, defaultTimeoutInterval: 600000,
print: function () {} print: function () {}
}, },
useAllAngular2AppRoots: true, useAllAngular2AppRoots: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment