forked from the-distro/infra
hydra: increase git operations timeout
This commit is contained in:
parent
6881351f23
commit
f938fcb24e
|
@ -158,6 +158,10 @@ in {
|
|||
|
||||
max_output_size = ${builtins.toString (3 * 1024 * 1024 * 1024)}
|
||||
max_db_connections = 100
|
||||
|
||||
<git-input>
|
||||
timeout = 1800
|
||||
</git-input>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue