1{ 2 "description": "Configuration for startup taskpool js api Tests", 3 "driver": { 4 "type": "OHJSUnitTest", 5 "test-timeout": "800000", 6 "shell-timeout": "800000", 7 "testcase-timeout":"30000", 8 "bundle-name": "com.example.conditionvariabletest", 9 "module-name": "entry_test", 10 "compile-mode": "esmodule" 11 }, 12 "kits": [ 13 { 14 "test-file-name": ["ActsConditionVariableTest.hap"], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 }, 18 { 19 "type": "ShellKit", 20 "run-command": ["power-shell wakeup", "power-shell setmode 602"] 21 } 22 ] 23} 24