mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +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 = {
|
const config = {
|
||||||
timeout: 60 * 1000,
|
timeout: 60 * 1000,
|
||||||
|
expect: {
|
||||||
|
timeout: 10000
|
||||||
|
},
|
||||||
workers: 1,
|
workers: 1,
|
||||||
reporter: [['list', {printSteps: true}]],
|
reporter: [['list', {printSteps: true}]],
|
||||||
use: {
|
use: {
|
||||||
|
Loading…
Reference in New Issue
Block a user