Increase test wait

This commit is contained in:
Konstantin Wohlwend 2025-12-15 19:40:54 -08:00
parent 5caf148b7d
commit 7c6ef66a80

View File

@ -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 });
}