Skip to content

Commit

Permalink
double e2e jasmine timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
artlowel committed Aug 2, 2019
1 parent f4f6c21 commit 8148a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ exports.config = {
framework: 'jasmine',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
defaultTimeoutInterval: 60000,
print: function () {}
},
useAllAngular2AppRoots: true,
Expand Down

0 comments on commit 8148a67

Please sign in to comment.