Increase email wait

This commit is contained in:
Konstantin Wohlwend 2026-02-13 10:53:19 -08:00
parent d09a180dfe
commit 5d0f2a3775
2 changed files with 93 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -188,7 +188,8 @@ it("should provide delivery statistics", async ({ expect }) => {
});
// wait until the email is sent
await wait(5000);
// TODO: use the equivalent of waitForMessagesWithSubject
await wait(10_000);
const info = await serverApp.getEmailDeliveryStats();