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

Change default device timeout to 15min.

This commit is contained in:
Simo Kinnunen 2014-11-14 17:19:06 +09:00
parent 9c0ceff440
commit f2bcacba00

View file

@ -43,7 +43,7 @@ program
.option('-t, --group-timeout <seconds>' .option('-t, --group-timeout <seconds>'
, 'group timeout' , 'group timeout'
, Number , Number
, 600) , 900)
.option('-r, --storage-url <url>' .option('-r, --storage-url <url>'
, 'URL to storage client' , 'URL to storage client'
, String) , String)
@ -127,7 +127,7 @@ program
.option('-t, --group-timeout <seconds>' .option('-t, --group-timeout <seconds>'
, 'group timeout' , 'group timeout'
, Number , Number
, 600) , 900)
.option('-r, --storage-url <url>' .option('-r, --storage-url <url>'
, 'URL to storage client' , 'URL to storage client'
, String) , String)
@ -841,7 +841,7 @@ program
.option('-t, --group-timeout <seconds>' .option('-t, --group-timeout <seconds>'
, 'group timeout' , 'group timeout'
, Number , Number
, 600) , 900)
.option('--public-ip <ip>' .option('--public-ip <ip>'
, 'public ip for global access' , 'public ip for global access'
, String , String