Skip to content

Commit 2afaaea

Browse files
committed
Increase mailbox wait timeout
1 parent e48ffa6 commit 2afaaea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/e2e/tests/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class Mailbox {
232232
if (withSubject.length > 0) {
233233
return withSubject;
234234
}
235-
await wait(200);
235+
await wait(500);
236236
}
237237
throw new Error(`Message with subject ${subject} not found`);
238238
};

0 commit comments

Comments
 (0)