diff --git a/e2e/calculate-all-params.e2e-spec.ts b/e2e/calculate-all-params.e2e-spec.ts
index 30887028d948a1150d6485a1cdff605008d789c2..39129ac615e92f804560d9bd3db5f34e8d14f98b 100644
--- a/e2e/calculate-all-params.e2e-spec.ts
+++ b/e2e/calculate-all-params.e2e-spec.ts
@@ -20,6 +20,9 @@ describe("ngHyd − calculate all parameters of all calculators", async () => {
         calcPage = new CalculatorPage();
         prefPage = new PreferencesPage();
         navBar = new Navbar();
+
+        // increase timeout to avoid "Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL" message
+        jasmine.DEFAULT_TIMEOUT_INTERVAL = 10 * 60 * 1000; // 10 min
     });
 
     // get calculators list (IDs) @TODO read it from config, but can't import jalhyd here :/