mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Increase test wait
This commit is contained in:
parent
5caf148b7d
commit
7c6ef66a80
@ -401,7 +401,7 @@ export namespace Auth {
|
||||
if (containsSubstring) {
|
||||
break;
|
||||
}
|
||||
await wait(100 + i * 10);
|
||||
await wait(100 + i * 20);
|
||||
if (i >= 30) {
|
||||
throw new StackAssertionError(`Sign-in code message not found after ${i} attempts`, { messages });
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user