From 0867a383004f04585593a2fa009ef4c822c7cb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=98=B1=E6=99=94?= Date: Tue, 8 Jul 2025 11:04:03 +0000 Subject: [PATCH] update ecmascript/compiler/BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林昱晔 --- ecmascript/compiler/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecmascript/compiler/BUILD.gn b/ecmascript/compiler/BUILD.gn index a9e984c769..9a1a832b1b 100644 --- a/ecmascript/compiler/BUILD.gn +++ b/ecmascript/compiler/BUILD.gn @@ -20,7 +20,7 @@ declare_args() { if (defined(timeout)) { _timeout_ = timeout } else { - _timeout_ = 2400 + _timeout_ = 3600 } config("include_maple") { -- Gitee