Skip to content
Snippets Groups Projects
Commit 15c11a01 authored by Mathias Chouet's avatar Mathias Chouet Committed by mathias.chouet
Browse files

Increase Protractor timeout for long tests

parent f7f553c7
No related branches found
No related tags found
1 merge request!99Devel - PAR
......@@ -50,7 +50,7 @@ exports.config = {
framework: 'jasmine',
jasmineNodeOpts: {
showColors: true,
defaultTimeoutInterval: 30000,
defaultTimeoutInterval: 50000,
print: function() {}
},
onPrepare() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment