chore(): bumping timeout

This commit is contained in:
Ely Lucas
2019-10-14 09:26:44 -06:00
parent 81b1072322
commit ec188990d6

View File

@ -1,4 +1,4 @@
// @ts-check
// @ts-check
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts
@ -23,7 +23,7 @@ exports.config = {
framework: 'jasmine',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
defaultTimeoutInterval: 70000,
print: function() {}
},
onPrepare() {