chore: ci

This commit is contained in:
kekskurse 2025-03-17 17:30:38 +01:00
parent fed4cbe341
commit 17d20a5fd2
2 changed files with 3 additions and 1 deletions

View file

@ -27,3 +27,5 @@ steps:
image: alpine:latest
commands:
- ls -lah
when:
- status: [ success, failure ]

View file

@ -14,7 +14,7 @@ import { defineConfig, devices } from '@playwright/test';
*/
export default defineConfig({
expect: {
timeout: 15_000
timeout: 2_000
},
testDir: './tests',
/* Run tests in files in parallel */