fix a regression; when not using cli, need to set device ready timeout

This commit is contained in:
Jonathan Lipps
2013-04-08 17:50:14 -07:00
parent acc2b6bc8a
commit 6bc8923a11

View File

@@ -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