1{ 2 "description": "Configuration for hjunit demo Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "180000", 6 "bundle-name": "com.acts.time.test", 7 "module-name": "entry_test", 8 "shell-timeout": "180000" 9 }, 10 "kits": [{ 11 "test-file-name": [ 12 "ActsTimeAPITest.hap" 13 ], 14 "type": "AppInstallKit", 15 "cleanup-apps": true 16 }] 17} 18