chore(tests): update tests and add e2e to ci (#19637)

- increase timeout to fix failing tests
This commit is contained in:
Brandy Carney
2019-10-11 16:51:02 -04:00
committed by GitHub
parent 32b97582cb
commit 981cb5674b
7 changed files with 25 additions and 17 deletions

View File

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