1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00

Show progress for URL installation. Temporarily break upload installation.

This commit is contained in:
Simo Kinnunen 2014-04-04 17:27:19 +09:00
parent 1d2afa65b4
commit 44378e625f
9 changed files with 288 additions and 88 deletions

View file

@ -94,7 +94,7 @@ module.exports = syrup.serial()
sendProgress('installing_app', 80)
return adb.installRemote(options.serial, apk)
})
.timeout(10000)
.timeout(30000)
.then(function() {
if (message.launchActivity) {
log.info(