Increase playwright timeout

sometimes it takes more time because of paypal loading
This commit is contained in:
Alex P 2023-03-22 11:22:22 +02:00
parent eca9e1d10a
commit 5a97bdfe87
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -2,7 +2,7 @@ require('dotenv').config({ path: '.env.e2e' });
const config = { const config = {
testDir: './tests/playwright', testDir: './tests/playwright',
timeout: 30000, timeout: 60000,
use: { use: {
baseURL: process.env.BASEURL, baseURL: process.env.BASEURL,
ignoreHTTPSErrors: true, ignoreHTTPSErrors: true,