chore: ci
This commit is contained in:
parent
fed4cbe341
commit
17d20a5fd2
2 changed files with 3 additions and 1 deletions
|
@ -27,3 +27,5 @@ steps:
|
|||
image: alpine:latest
|
||||
commands:
|
||||
- ls -lah
|
||||
when:
|
||||
- status: [ success, failure ]
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue