From 79d00db8ac13379d746512490c015bb14b405b49 Mon Sep 17 00:00:00 2001 From: luffy505 Date: Tue, 22 Mar 2022 17:55:50 +0800 Subject: [PATCH] fixed 21590d8 from https://gitee.com/luffy505/xts_acts/pulls/2770 modify Signed-off-by: luffy505 --- ace/ace_ets_component/Test.json | 2 +- ace/ace_ets_component_five/Test.json | 2 +- ace/ace_ets_component_three/Test.json | 2 +- ace/ace_ets_component_two/Test.json | 2 +- ace/ace_standard/Test.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ace/ace_ets_component/Test.json b/ace/ace_ets_component/Test.json index bf0a8777c..e78a82905 100755 --- a/ace/ace_ets_component/Test.json +++ b/ace/ace_ets_component/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "600000", + "test-timeout": "1200000", "package": "com.open.harmony.acetest", "shell-timeout": "60000" }, diff --git a/ace/ace_ets_component_five/Test.json b/ace/ace_ets_component_five/Test.json index e37451c0e..d4a152c8e 100755 --- a/ace/ace_ets_component_five/Test.json +++ b/ace/ace_ets_component_five/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "600000", + "test-timeout": "700000", "package": "com.open.harmony.acetestfive", "shell-timeout": "60000" }, diff --git a/ace/ace_ets_component_three/Test.json b/ace/ace_ets_component_three/Test.json index c9e4f340d..8ba85fd66 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": "1000000", + "test-timeout": "1200000", "package": "com.open.harmony.acetestthree", "shell-timeout": "60000" }, diff --git a/ace/ace_ets_component_two/Test.json b/ace/ace_ets_component_two/Test.json index 714115fb1..a4c56e38f 100755 --- a/ace/ace_ets_component_two/Test.json +++ b/ace/ace_ets_component_two/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "600000", + "test-timeout": "700000", "package": "com.open.harmony.acetesttwo", "shell-timeout": "60000" }, diff --git a/ace/ace_standard/Test.json b/ace/ace_standard/Test.json index a2286669a..a3430781b 100755 --- a/ace/ace_standard/Test.json +++ b/ace/ace_standard/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for aceceshi Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "250000", + "test-timeout": "1000000", "package": "com.example.aceceshi", "shell-timeout": "250000" }, -- GitLab