mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Increased global Playwright expect timeout to 10s
- this sometimes helps when CI is slow, and is the best way to set it globally
This commit is contained in:
parent
228de811bb
commit
db36da6b5d
@ -2,6 +2,9 @@
|
||||
|
||||
const config = {
|
||||
timeout: 60 * 1000,
|
||||
expect: {
|
||||
timeout: 10000
|
||||
},
|
||||
workers: 1,
|
||||
reporter: [['list', {printSteps: true}]],
|
||||
use: {
|
||||
|
Loading…
Reference in New Issue
Block a user