diff --git a/commonlibrary/toolchain/libc-test/Test.json b/commonlibrary/toolchain/libc-test/Test.json index 464d054982bd4c4beb4dcae65cad20c9b389e9cd..5a5c259da581f2702b9ee15f28f174dd1a79d441 100755 --- a/commonlibrary/toolchain/libc-test/Test.json +++ b/commonlibrary/toolchain/libc-test/Test.json @@ -1,4 +1,12 @@ { + "description": "Configuration for ActToolChainTest Tests", + "driver": { + "type": "CppTest", + "native-test-timeout": "3600000", + "module-name": "ActToolChainTest", + "runtime-hint": "100s", + "native-test-device-path": "/data/local/tmp" + }, "kits": [ { "push": [ @@ -150,15 +158,8 @@ "rm -rf /data/local/tmp/libc-test/src/functionalext/info/fatal_message", "rm -rf /data/local/tmp/libc-test/src/functional/utime", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network" - ] + ], + "cleanup-apps": true } - ], - "driver": { - "native-test-timeout": "120000", - "type": "CppTest", - "module-name": "ActToolChainTest", - "runtime-hint": "100s", - "native-test-device-path": "/data/local/tmp" - }, - "description": "Configuration for ActToolChainTest Tests" + ] } \ No newline at end of file