Skip to content

ObsidianAndroidAppiumTransportOptions.appiumStartTimeoutInMilliseconds?

ObsidianAndroidAppiumTransportOptions › appiumStartTimeoutInMilliseconds?

Type: number

Timeout in milliseconds for the auto-started Appium server to become ready (its /status endpoint to respond).

Only applies when the harness auto-starts the Appium server (shouldAutoStartAppium); ignored when attaching to an already-running server. On a cold machine the npx appium server can take a while to finish booting, so raise this if startup times out.