1{ 2 "description": "Configuration for rpc Servers", 3 "driver": { 4 "type": "JSUnitServer", 5 "test-timeout": "900000", 6 "package": "com.ohos.rpcrequesttest", 7 "abilityName": ".MainAbility", 8 "shell-timeout": "900000" 9 }, 10 "kits": [ 11 { 12 "test-file-name": [ 13 "DctsRpcRequestHapServer.hap" 14 ], 15 "type": "AppInstallKit", 16 "cleanup-apps": true 17 } 18 ] 19 20} 21