Reduce timeout

This commit is contained in:
JennyNou 2026-04-08 19:42:39 -04:00
parent e8cfb14a77
commit 45082aa2f2

View file

@ -132,6 +132,6 @@ export class BasePage {
await expect(async () => {
const currentUrl = this.page.url();
expect(currentUrl).not.toEqual(startingUrl);
}).toPass({ timeout: 80_000 });
}).toPass({ timeout: 70_000 });
}
}