From dad415d6213ac6984403894e48bcd56fc0399708 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 1 Dec 2025 12:18:35 +0100 Subject: [PATCH] Remove unlimited timeout setting from UI tests --- tests/UI/CustomVariables_spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/UI/CustomVariables_spec.js b/tests/UI/CustomVariables_spec.js index afef51c..0cc8e99 100644 --- a/tests/UI/CustomVariables_spec.js +++ b/tests/UI/CustomVariables_spec.js @@ -8,8 +8,6 @@ */ describe("CustomVariables", function () { - this.timeout(0); - this.fixture = "Piwik\\Plugins\\CustomVariables\\tests\\Fixtures\\VisitWithManyCustomVariables"; it('should show an overview of all used custom variables', async function() {