mirror of
https://github.com/appium/appium.git
synced 2026-02-04 08:38:54 -06:00
fix a regression; when not using cli, need to set device ready timeout
This commit is contained in:
@@ -35,6 +35,7 @@ module.exports.startAppium = function(appName, verbose, readyCb, doneCb) {
|
||||
, launch: app ? true : false
|
||||
, log: path.resolve(__dirname, "appium.log")
|
||||
, address: '127.0.0.1'
|
||||
, androidDeviceReadyTimeout: 5
|
||||
, keepArtifacts: false }
|
||||
, readyCb
|
||||
, doneCb
|
||||
|
||||
Reference in New Issue
Block a user