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:
parent
9c0ceff440
commit
f2bcacba00
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue