mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Increase email wait
This commit is contained in:
parent
d09a180dfe
commit
5d0f2a3775
91
apps/dashboard/src/generated/bundled-type-definitions.ts
Normal file
91
apps/dashboard/src/generated/bundled-type-definitions.ts
Normal file
File diff suppressed because one or more lines are too long
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user