fix: timeout
parent
7b7ef83b71
commit
f3d8f8c8e3
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue