From 8148a67e40d2c19d73c08005dfb5149347ed347f Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Fri, 2 Aug 2019 16:52:15 +0200 Subject: [PATCH] double e2e jasmine timeout --- protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protractor.conf.js b/protractor.conf.js index 2949702a0a..b7b054a61e 100644 --- a/protractor.conf.js +++ b/protractor.conf.js @@ -73,7 +73,7 @@ exports.config = { framework: 'jasmine', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 30000, + defaultTimeoutInterval: 60000, print: function () {} }, useAllAngular2AppRoots: true,