From ec188990d60121ff1fb6d12e7b87288c57615c13 Mon Sep 17 00:00:00 2001 From: Ely Lucas Date: Mon, 14 Oct 2019 09:26:44 -0600 Subject: [PATCH] chore(): bumping timeout --- angular/test/test-app/e2e/protractor.conf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/test/test-app/e2e/protractor.conf.js b/angular/test/test-app/e2e/protractor.conf.js index d86cb66e4d..7e68f9da19 100644 --- a/angular/test/test-app/e2e/protractor.conf.js +++ b/angular/test/test-app/e2e/protractor.conf.js @@ -1,4 +1,4 @@ -// @ts-check + // @ts-check // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master/lib/config.ts @@ -23,7 +23,7 @@ exports.config = { framework: 'jasmine', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 30000, + defaultTimeoutInterval: 70000, print: function() {} }, onPrepare() {