diff --git a/config/woocommerce.php b/config/woocommerce.php index 8c9555b5..729968c2 100644 --- a/config/woocommerce.php +++ b/config/woocommerce.php @@ -53,7 +53,7 @@ return [ * Default WP timeout *================================================================================. */ - 'timeout' => env('WOOCOMMERCE_WP_TIMEOUT', 15), + 'timeout' => env('WOOCOMMERCE_WP_TIMEOUT', 30), /** *================================================================================