(nit) bump timeout

This commit is contained in:
pablonyx 2025-02-25 14:10:30 -08:00
parent 118cdd7701
commit 07b0b57b31

View File

@ -18,7 +18,7 @@ async function verifyAdminPageNavigation(
try {
await expect(page.locator("h1.text-3xl")).toHaveText(pageTitle, {
timeout: 3000,
timeout: 5000,
});
} catch (error) {
console.error(