Skip to content

Commit

Permalink
increase timeout to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Oct 23, 2023
1 parent 84c2b41 commit efb0a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/client/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var config = {
framework: 'jasmine2',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 200000,
defaultTimeoutInterval: 300000,
},

capabilities: {
Expand Down

0 comments on commit efb0a3e

Please sign in to comment.