We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52173a2 commit 2aedddbCopy full SHA for 2aedddb
1 file changed
tests/helpers/poll-for-letters-helper.ts
@@ -41,7 +41,7 @@ export async function pollForLettersInDb(
41
`Attempt ${attempt}: Received status code ${statusCode} for domainId: ${domainId}. Retrying after ${RETRY_DELAY_MS / 1000} seconds...`,
42
);
43
await new Promise((resolve) => {
44
- setTimeout(resolve, RETRY_DELAY_MS); // Wait for 30 seconds before the next attempt
+ setTimeout(resolve, RETRY_DELAY_MS); // Wait for 10 seconds before the next attempt
45
});
46
}
47
0 commit comments