1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Support Android M Developer Preview 3.

This commit is contained in:
Simo Kinnunen 2015-09-28 03:21:06 +09:00
parent a779413000
commit dc0a6f4d96
7 changed files with 4 additions and 4 deletions

View file

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