Skip to content

Commit

Permalink
chore: test larger cert delay (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Jan 19, 2024
1 parent a7a1a87 commit 8f56304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execute/execute.processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class ExecutionProcessorV1 {
) {
let certId = UNDEFINED_CERTIFICATE_ID
let i = 1
const maxTries = 40
const maxTries = 80

while (certId == UNDEFINED_CERTIFICATE_ID && i < maxTries) {
this.logger.debug(`Waiting for cert to be imported (${i})`)
Expand Down

0 comments on commit 8f56304

Please sign in to comment.