From 7d8357a183a79927bdf71fe99f104a77861b5163 Mon Sep 17 00:00:00 2001 From: e Date: Wed, 22 Feb 2023 12:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: e --- arkui/ace_ets_layout_test/AppScope/app.json | 6 +++--- arkui/ace_ets_layout_test/Test.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arkui/ace_ets_layout_test/AppScope/app.json b/arkui/ace_ets_layout_test/AppScope/app.json index 364bedf08..19c8848df 100644 --- a/arkui/ace_ets_layout_test/AppScope/app.json +++ b/arkui/ace_ets_layout_test/AppScope/app.json @@ -11,10 +11,10 @@ "distributedNotificationEnabled": true, "keepAlive": true, "singleUser": true, - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/arkui/ace_ets_layout_test/Test.json b/arkui/ace_ets_layout_test/Test.json index 128c2d7cb..c59bdd74e 100644 --- a/arkui/ace_ets_layout_test/Test.json +++ b/arkui/ace_ets_layout_test/Test.json @@ -5,7 +5,8 @@ "test-timeout": "180000", "bundle-name": "com.acts.arkui.layout.test", "module-name": "phone", - "shell-timeout": "600000" + "shell-timeout": "600000", + "testcase-timeout": 60000 }, "kits": [{ "test-file-name": [ -- GitLab