Compare commits
1 commit
b278ebd73f
...
506e21fc16
| Author | SHA1 | Date | |
|---|---|---|---|
| 506e21fc16 |
1 changed files with 1 additions and 1 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: ['3600']
|
||||
default_value: ['60']
|
||||
},
|
||||
]
|
||||
execute: fn (cmd cli.Command) ! {
|
||||
|
|
|
|||
Reference in a new issue