fix timeout (#7266)

This commit is contained in:
pngwn 2024-02-01 14:23:59 +00:00 committed by GitHub
parent f1e1c2083c
commit 84249043b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@ export default defineConfig({
]
}
},
expect: { timeout: 60000 },
timeout: 90000,
expect: { timeout: 15000 },
timeout: 15000,
testMatch: /.*.spec.ts/,
testDir: "..",
globalSetup: "./playwright-setup.js",