{

    "description": "Configuration for acevideo Tests",

    "driver": {

        "type": "OHJSUnitTest",

        "test-timeout": "1000000",

        "shell-timeout": "1000000",

        "bundle-name": "com.example.acevideo",

        "package-name": "com.example.acevideo",

		"testcase-timeout":"10000"

    },

    "kits": [

        {

            "test-file-name": [

                "ActsAceStandardVideoTest.hap"

            ],

            "type": "AppInstallKit",

            "cleanup-apps": true

        },{

            "type": "ShellKit",

            "run-command": [

                "power-shell wakeup",

                "power-shell setmode 602"

            ]

        }

    ]

}