appium-flutter-driver
appium-flutter-driver copied to clipboard
add commandTimeout to limit the request timeout from the appium-flutter-driver and the DartVM
like https://github.com/appium/appium-xcuitest-driver/blob/93da8b20cd0a7266123f8a9d9bd3cb4f423a6398/lib/commands/proxy-helper.js#L87
Maybe socket.setTimeout(timeout) as general NodeJS?