From 15c11a01a40f0cbd54857b1fcc228d736d86b175 Mon Sep 17 00:00:00 2001 From: Mathias Chouet <mathias.chouet@irstea.fr> Date: Mon, 22 Jun 2020 10:14:48 +0200 Subject: [PATCH] Increase Protractor timeout for long tests --- protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.conf.js b/protractor.conf.js index f27c3aeb4..4471a0e4b 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -50,7 +50,7 @@ exports.config = { framework: 'jasmine', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 30000, + defaultTimeoutInterval: 50000, print: function() {} }, onPrepare() { -- GitLab