mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Support Android M Developer Preview 3.
This commit is contained in:
parent
a779413000
commit
dc0a6f4d96
7 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
|||
pathutil.vendor('STFService/wire.proto'))
|
||||
|
||||
var resource = {
|
||||
requiredVersion: '1.0.1'
|
||||
requiredVersion: '1.0.2'
|
||||
, pkg: 'jp.co.cyberagent.stf'
|
||||
, main: 'jp.co.cyberagent.stf.Agent'
|
||||
, apk: pathutil.vendor('STFService/STFService.apk')
|
||||
|
@ -79,9 +79,9 @@ module.exports = syrup.serial()
|
|||
.then(function() {
|
||||
return promiseutil.periodicNotify(
|
||||
adb.install(options.serial, resource.apk)
|
||||
, 10000
|
||||
, 20000
|
||||
)
|
||||
.timeout(60000)
|
||||
.timeout(65000)
|
||||
})
|
||||
.progressed(function() {
|
||||
log.warn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue