mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Show progress for URL installation. Temporarily break upload installation.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user