forked from vieter-v/vieter
fix: set default timeout to 60 minutes
This commit is contained in:
parent
afb38256ac
commit
b278ebd73f
2 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ pub fn cmd() cli.Command {
|
|||
name: 'timeout'
|
||||
description: 'After how many minutes to cancel the build. Only applies to local builds.'
|
||||
flag: cli.FlagType.int
|
||||
default_value: ['60']
|
||||
default_value: ['3600']
|
||||
},
|
||||
]
|
||||
execute: fn (cmd cli.Command) ! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue