From d05e02a681bab9ae30cc01e6b5b0f168ab48c162 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 22 Mar 2020 20:30:00 +0000 Subject: [PATCH] tests: increase helper timeout --- tests/frontend/specs/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/specs/helper.js b/tests/frontend/specs/helper.js index 727e47960..302c19980 100644 --- a/tests/frontend/specs/helper.js +++ b/tests/frontend/specs/helper.js @@ -20,7 +20,7 @@ describe("the test helper", function(){ }); it("gives me 3 jquery instances of chrome, outer and inner", function(done){ - this.timeout(5000); + this.timeout(10000); helper.newPad(function(){ //check if the jquery selectors have the desired elements