From 59403a7412e441d5f6a7b56186bf6670e2b774c5 Mon Sep 17 00:00:00 2001 From: limeng Date: Tue, 23 Nov 2021 10:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E4=BE=8B=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E4=B8=8D=E5=AE=8C=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng Change-Id: I19d70ff89352b6c7bd4cfb7fdc36135c8712ca10 --- startup/startup_standard/Test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup/startup_standard/Test.json b/startup/startup_standard/Test.json index 4dfa72f14..97be99f5c 100755 --- a/startup/startup_standard/Test.json +++ b/startup/startup_standard/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for startup js api Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "80000", "package": "ohos.acts.startup.js.function", "shell-timeout": "60000" }, -- GitLab