From 4ee25896c4b43d633e4bdffad42cdcd705ba2906 Mon Sep 17 00:00:00 2001 From: luffy505 Date: Tue, 22 Mar 2022 09:39:40 +0800 Subject: [PATCH] fixed 9930692 from https://gitee.com/luffy505/xts_acts/pulls/2746 modify ace test Signed-off-by: luffy505 --- ace/ace_ets_component_three/Test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/ace_ets_component_three/Test.json b/ace/ace_ets_component_three/Test.json index 7d5d93d09..c9e4f340d 100755 --- a/ace/ace_ets_component_three/Test.json +++ b/ace/ace_ets_component_three/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "600000", + "test-timeout": "1000000", "package": "com.open.harmony.acetestthree", "shell-timeout": "60000" }, -- GitLab