test: reduce flaky timeouts

This commit is contained in:
Peter Steinberger
2025-12-30 05:27:18 +01:00
parent b5ae2ccc3c
commit b3f2416a09
2 changed files with 4 additions and 4 deletions

View File

@@ -392,7 +392,7 @@ describe("web auto-reply", () => {
closeResolvers[1]?.({ status: 499, isLoggedOut: false });
await Promise.resolve();
await run;
});
}, 15_000);
it(
"stops after hitting max reconnect attempts",