mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-04 09:58:32 +02:00
(nit) bump timeout
This commit is contained in:
parent
118cdd7701
commit
07b0b57b31
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user