1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-10-24 18:31:12 +00:00

Fix Playwright docker (#6206)

This commit is contained in:
Timshel 2025-08-25 17:59:55 +02:00 committed by GitHub
commit de808c5ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 34 additions and 41 deletions

View file

@ -26,9 +26,9 @@ export default defineConfig({
* But short action/nav/expect timeouts to fail on specific step (raise locally if not enough).
*/
timeout: 120 * 1000,
actionTimeout: 10 * 1000,
navigationTimeout: 10 * 1000,
expect: { timeout: 10 * 1000 },
actionTimeout: 20 * 1000,
navigationTimeout: 20 * 1000,
expect: { timeout: 20 * 1000 },
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {