Skip to content

Commit

Permalink
increase delay also on pipeline creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Oct 17, 2023
1 parent c0a9fc9 commit 14d31ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gitlab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export const runCommandInGitlabPipeline = async (ctx: Context, task: Task): Prom
.keys({ id: Joi.number().required(), project_id: Joi.number().required() })
.options({ allowUnknown: true }),
),
{ attempts: waitForBranchMaxTries, timeoutMs: waitForBranchRetryDelayMs },
);

logger.info({ pipeline, task }, `Created pipeline for task ${task.id}`);
Expand Down

0 comments on commit 14d31ef

Please sign in to comment.