From 4d880ae75b35b6835263e1a40da8bea721199e54 Mon Sep 17 00:00:00 2001 From: Geoff Taylor Date: Fri, 15 Nov 2019 01:16:40 -0500 Subject: [PATCH] codeception.dist.yml updated. --- codeception.dist.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codeception.dist.yml b/codeception.dist.yml index c3362e69..371aa425 100644 --- a/codeception.dist.yml +++ b/codeception.dist.yml @@ -22,6 +22,9 @@ coverage: - access-functions.php - class-inflect.php - includes/*.php + remote_context_options: + http: + timeout: 90 extensions: enabled: - Codeception\Extension\RunFailed @@ -54,7 +57,7 @@ modules: adminPassword: '%ADMIN_PASSWORD%' adminPath: '/wp-admin' curl: - CURLOPT_TIMEOUT: 300 + CURLOPT_TIMEOUT: 60000 REST: depends: WPBrowser url: '%WP_URL%'