chore: increase timeout

This commit is contained in:
Brandy Carney
2019-10-11 17:56:55 -04:00
parent 94c13c2994
commit b3e035085c

View File

@@ -23,7 +23,7 @@ exports.config = {
framework: 'jasmine',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 50000,
defaultTimeoutInterval: 70000,
print: function() {}
},
onPrepare() {