mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Increase playwright timeout
sometimes it takes more time because of paypal loading
This commit is contained in:
parent
eca9e1d10a
commit
5a97bdfe87
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue