Skip to content

Commit c1c3955

Browse files
Wulf Thimmroboquat
Wulf Thimm
authored andcommitted
set the timeout for the server deployment to 10min
1 parent 31efabc commit c1c3955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/jobs/build/deploy-to-preview-environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ async function deployToDevWithInstaller(werft: Werft, jobConfig: JobConfig, depl
456456

457457
try {
458458
werft.log(installerSlices.DEPLOYMENT_WAITING, "Server not ready. Let the waiting...commence!");
459-
exec(`kubectl -n ${namespace} rollout status deployment/server --timeout=5m`, { slice: installerSlices.DEPLOYMENT_WAITING });
459+
exec(`kubectl -n ${namespace} rollout status deployment/server --timeout=10m`, { slice: installerSlices.DEPLOYMENT_WAITING });
460460
werft.done(installerSlices.DEPLOYMENT_WAITING);
461461
} catch (err) {
462462
if (!jobConfig.mainBuild) {

0 commit comments

Comments
 (0)