We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6620888 commit ebb5b3bCopy full SHA for ebb5b3b
1 file changed
tests/helpers/poll-for-letters-helper.ts
@@ -12,7 +12,7 @@ export async function pollForLetterStatus(
12
const headers = createValidRequestHeaders(supplierId);
13
let statusCode = 0;
14
let letterStatus: string | undefined;
15
- const RETRY_DELAY_MS = 10_000;
+ const RETRY_DELAY_MS = 20_000;
16
const MAX_ATTEMPTS = 6;
17
18
for (let attempt = 1; attempt <= MAX_ATTEMPTS; attempt++) {
0 commit comments