[no-issue] improve e2e timeout and names apps (#4604)

* fix sso, change timeout, parallel

* cange travis

* split viewer test

* timeot fix

* move name apps in resources file

* resources fix

* resources fix

* fix search default

* fix sso test

* fix test
This commit is contained in:
Eugenio Romano
2019-04-15 01:01:47 +02:00
committed by GitHub
parent 9accfcfb6e
commit b806556453
35 changed files with 931 additions and 488 deletions

View File

@@ -187,9 +187,11 @@ exports.config = {
framework: 'jasmine2',
getPageTimeout: 60000,
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 90000,
defaultTimeoutInterval: 60000,
print: function () {
}
},