1
0

double e2e jasmine timeout

This commit is contained in:
Art Lowel
2019-08-02 16:52:15 +02:00
parent f4f6c21abf
commit 8148a67e40

View File

@@ -73,7 +73,7 @@ exports.config = {
framework: 'jasmine', framework: 'jasmine',
jasmineNodeOpts: { jasmineNodeOpts: {
showColors: true, showColors: true,
defaultTimeoutInterval: 30000, defaultTimeoutInterval: 60000,
print: function () {} print: function () {}
}, },
useAllAngular2AppRoots: true, useAllAngular2AppRoots: true,