From 0c8bd8fb30722cb5b77cdaf67fbe579a3f39d8be Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 22 Jul 2024 12:07:32 +0200 Subject: [PATCH] aa --- config/woocommerce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), /** *================================================================================