Skip to content

Commit fd158bb

Browse files
committed
More lenient email processing pause
1 parent 8292077 commit fd158bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/tests/backend/endpoints/api/v1/emails/delivery-info.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ describe("with valid credentials", () => {
168168
`);
169169

170170
// wait for the email to be processed
171-
await wait(5_000);
171+
await wait(12_000);
172172

173173
const response = await niceBackendFetch("/api/v1/emails/delivery-info", {
174174
method: "GET",

0 commit comments

Comments
 (0)