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:
parent
1d2afa65b4
commit
44378e625f
9 changed files with 288 additions and 88 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue