From 30a8ea6ec5c625c32712859cbd594152442c2ae7 Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Wed, 9 Oct 2024 18:12:11 +0200 Subject: [PATCH] fix: shorter e2e interaction timeout --- tests/e2e/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/config.ts b/tests/e2e/config.ts index bdb24bee0bc5..4d4f1711a628 100644 --- a/tests/e2e/config.ts +++ b/tests/e2e/config.ts @@ -52,7 +52,7 @@ export default { LOG_FILE: `${OUTPUT_DIR}/debug.log`, // The time in milliseconds after which an operation fails due to timeout - INTERACTION_TIMEOUT: 300000, + INTERACTION_TIMEOUT: 150 * 1000, // Period we wait between each test runs, to let the device cool down BOOT_COOL_DOWN: 90 * 1000,