From 5fdeb382ea9d8e629c4d50cc4b97558116af40a6 Mon Sep 17 00:00:00 2001 From: Aiosa <469130@mail.muni.cz> Date: Fri, 1 Nov 2024 22:20:15 +0100 Subject: [PATCH] Increase the test timeout: it seems that 5 seconds is not enough, maybe reason for tests failing. --- test/test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.html b/test/test.html index 78ff6f7f..2cbde4e9 100644 --- a/test/test.html +++ b/test/test.html @@ -14,7 +14,7 @@ config: { //five seconds timeout due to problems with untrusted events (e.g. auto zoom) for non-interactive runs //there is timeWatcher property but sometimes tests do not respect it, or they get stuck due to bugs - testTimeout: isInteractiveMode() ? 30000 : 5000 + testTimeout: isInteractiveMode() ? 30000 : 10000 } };