Compare commits
1 Commits
506e21fc16
...
b278ebd73f
Author | SHA1 | Date |
---|---|---|
|
b278ebd73f |
|
@ -236,7 +236,7 @@ pub fn cmd() cli.Command {
|
||||||
name: 'timeout'
|
name: 'timeout'
|
||||||
description: 'After how many minutes to cancel the build. Only applies to local builds.'
|
description: 'After how many minutes to cancel the build. Only applies to local builds.'
|
||||||
flag: cli.FlagType.int
|
flag: cli.FlagType.int
|
||||||
default_value: ['60']
|
default_value: ['3600']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
execute: fn (cmd cli.Command) ! {
|
execute: fn (cmd cli.Command) ! {
|
||||||
|
|
Loading…
Reference in New Issue