From 262cd79e6336188cf40660f5258bce5217f34d68 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:28:52 +0900 Subject: [PATCH] Update chrome.mts --- .github/scripts/chrome.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/chrome.mts b/.github/scripts/chrome.mts index 31ce171655..e5fa46cde9 100644 --- a/.github/scripts/chrome.mts +++ b/.github/scripts/chrome.mts @@ -419,7 +419,7 @@ export class HeadlessChromeController { if (typeof measureMemory !== 'function') return {}; const result = await measureMemory.call(performance); return { bytes: result.bytes }; - })()`, 10_000); + })()`, 60_000); const userAgentSpecificBytes = userAgentSpecificMemory?.bytes; if (!Number.isFinite(userAgentSpecificBytes)) {