Set timeout to 1800 seconds for pre-installer
This commit is contained in:
parent
e7ff039400
commit
4bc4d68d5d
|
@ -129,13 +129,13 @@ inherits odoo::params {
|
|||
}
|
||||
|
||||
|
||||
|
||||
exec {"install_pre":
|
||||
command => "/bin/ls > /dev/null && $preenv && $pip_cmd install -r $odoo_systemdir/requirements.txt",
|
||||
require => [
|
||||
Vcsrepo["$odoo_systemdir"],
|
||||
Package[$prepkg],
|
||||
]
|
||||
],
|
||||
timeout => 1800,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue