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 } };