From 8f56304a16fc0b460fa5b881d853e779daa72452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dan?= Date: Fri, 19 Jan 2024 20:27:03 +0100 Subject: [PATCH] chore: test larger cert delay (#19) --- src/execute/execute.processor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/execute/execute.processor.ts b/src/execute/execute.processor.ts index 44c4068..805b8b2 100644 --- a/src/execute/execute.processor.ts +++ b/src/execute/execute.processor.ts @@ -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})`)