diff --git a/src/console/targets/targets.v b/src/console/targets/targets.v index f85c4c0..80fc36b 100644 --- a/src/console/targets/targets.v +++ b/src/console/targets/targets.v @@ -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) ! {