refactor: Update timeout for graceful_shutdown_container in ApplicationDeploymentJob
This commit is contained in:
parent
a866bf437d
commit
b66c511160
1 changed files with 0 additions and 2 deletions
|
|
@ -2030,8 +2030,6 @@ private function build_image()
|
||||||
/**
|
/**
|
||||||
* @param int $timeout in seconds
|
* @param int $timeout in seconds
|
||||||
*/
|
*/
|
||||||
private function graceful_shutdown_container(string $containerName, int $timeout = 300)
|
|
||||||
{
|
|
||||||
private function graceful_shutdown_container(string $containerName, int $timeout = 60)
|
private function graceful_shutdown_container(string $containerName, int $timeout = 60)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue