fix: timeout

pull/21353/head
PabloGNU 2026-04-07 21:15:21 +02:00
parent 7b7ef83b71
commit f3d8f8c8e3
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ test("session model restore per session without leaking into new sessions", asyn
})
test("session model restore across workspaces", async ({ page, project }) => {
test.setTimeout(180000)
await page.setViewportSize({ width: 1440, height: 900 })
await project.open()