diff --git a/ace/ace_ets_component/Test.json b/ace/ace_ets_component/Test.json index bf0a8777c80b1d7318ddbe89be3f6bfc745087ad..e78a829055057a387b57bf685aed4dedc57970b5 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 e37451c0e3f398b171f88b8c760143fa079c23b1..d4a152c8e2eebb376e9a4f097f9d5376adc9a2b3 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 c9e4f340dbcc44a9ced9fa89161f7f8d3da42fd5..8ba85fd66de1b58c5bc07a999df1d63390c8fe64 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 714115fb1442e88b1c418576370a8138f8ba2a4d..a4c56e38fa2cd6b100f5e8c75143328bfaab97a1 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 a2286669a402631473687378567fb5b1104d569a..a3430781b482cae85970b97ccce8d6ac024bced7 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" },