From 7c0b3c9fef846a89384a6468bf015e776d6357c4 Mon Sep 17 00:00:00 2001 From: Daniil Bratukhin Date: Thu, 9 Feb 2023 13:05:36 -0600 Subject: [PATCH] test: increase timeout to 20s --- web-test-runner.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 29bb64a9..83e4ebf9 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -14,7 +14,7 @@ export default Object.assign({}, webServerConfig, { testFramework: { config: { - timeout: '10000', + timeout: '20000', }, },