diff --git a/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json b/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json index 5890d212a645cd7b44063a08e7fc648eece8f8e9..9fef3f01df7420ec55ca2f3108fab1e24b9758a5 100755 --- a/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json +++ b/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for hjunit demo Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "240000", + "test-timeout": "270000", "package": "ohos.acts.hiviewdfx.hilog.function", "shell-timeout": "60000" }, diff --git a/multimedia/audio/audio_js_standard/audioManager/Test.json b/multimedia/audio/audio_js_standard/audioManager/Test.json index 0c93b75ef754837086e82e89f8b8702528f79850..c8139f0233bae1519fdc9aad32a0a51d34897d6f 100755 --- a/multimedia/audio/audio_js_standard/audioManager/Test.json +++ b/multimedia/audio/audio_js_standard/audioManager/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for audio manager Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "4800000", "package": "ohos.acts.multimedia.audio.function", "shell-timeout": "60000" }, diff --git a/security/dataprotect/huks_standard_adapter/Test.json b/security/dataprotect/huks_standard_adapter/Test.json index 7eb15030b5c0ce5ad4a4129ebee34f409b1ddfee..3314224a1195d712bc4098bed23ddd0bc78e9bc9 100644 --- a/security/dataprotect/huks_standard_adapter/Test.json +++ b/security/dataprotect/huks_standard_adapter/Test.json @@ -2,7 +2,7 @@ "kits": [ { "push": [ - "huks_standard_adapter->/data/local/tmp/huks_standard_adapter" + "huks_std_function_test->/data/local/tmp/huks_std_function_test" ], "type": "PushKit" } @@ -10,9 +10,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "huks_standard_adapter", + "module-name": "huks_std_function_test", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for huks_standard_adapter Tests" + "description": "Configuration for huks_std_function_test Tests" } \ No newline at end of file diff --git a/storage/storagefileconcurrentjstest/Test.json b/storage/storagefileconcurrentjstest/Test.json index 70d16ce2193f563098e647a6626fb2ff91e5ee84..12533e991208ad0f56e301528008947bf6d6cb26 100644 --- a/storage/storagefileconcurrentjstest/Test.json +++ b/storage/storagefileconcurrentjstest/Test.json @@ -2,7 +2,7 @@ "description": "Configuration for storage file and fileio Tests", "driver": { "type": "JSUnitTest", - "test-timeout": "60000", + "test-timeout": "120000", "package": "ohos.acts.stroage.fileio", "shell-timeout": "60000" },