mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 13:25:50 +02:00
(nit) bump timeout
This commit is contained in:
@@ -18,7 +18,7 @@ async function verifyAdminPageNavigation(
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await expect(page.locator("h1.text-3xl")).toHaveText(pageTitle, {
|
await expect(page.locator("h1.text-3xl")).toHaveText(pageTitle, {
|
||||||
timeout: 3000,
|
timeout: 5000,
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(
|
console.error(
|
||||||
|
Reference in New Issue
Block a user