fix: set default timeout to 60 minutes

Jef Roosens 2023-05-02 14:51:49 +02:00
parent f4662d7cdc
commit e86b974315
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pub:
max_log_age int [empty_default]
log_removal_schedule string = '0 0'
collect_metrics bool [empty_default]
default_build_timeout int = 60
default_build_timeout int = 3600
}
// cmd returns the cli submodule that handles starting the server