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