From b3e035085c4c7a4b9b25e3a7e455193ca6392f8f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 11 Oct 2019 17:56:55 -0400 Subject: [PATCH] chore: increase timeout --- angular/test/test-app/e2e/protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/test/test-app/e2e/protractor.conf.js b/angular/test/test-app/e2e/protractor.conf.js index 238cc05d29..7e68f9da19 100644 --- a/angular/test/test-app/e2e/protractor.conf.js +++ b/angular/test/test-app/e2e/protractor.conf.js @@ -23,7 +23,7 @@ exports.config = { framework: 'jasmine', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 50000, + defaultTimeoutInterval: 70000, print: function() {} }, onPrepare() {