Skip to content

Commit 2d6c57f

Browse files
committed
fix: increase wait timeout for pod init (pull + start)
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent a536885 commit 2d6c57f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/DeployActions/KubernetesActions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ public function waitExAppStart(string $harpUrl, string $exAppName): bool {
381381
'name' => $exAppName,
382382
'instance_id' => $instanceId,
383383
],
384-
'timeout' => 150,
384+
// HaRP's image_pull wait (3600s) + startup_timeout (90s)
385+
'timeout' => 3700,
385386
]
386387
);
387388

0 commit comments

Comments
 (0)