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:
Daniel Lockyer 2023-02-22 12:54:26 +01:00
parent 228de811bb
commit db36da6b5d
No known key found for this signature in database

View File

@ -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: {