From 5b987d844d69464aaab58bab93cf76468fa3d673 Mon Sep 17 00:00:00 2001 From: Alok Patel Date: Thu, 4 Apr 2019 13:58:09 +0530 Subject: [PATCH] Updated the timeout to 500ms. --- CRM/Utils/Check/Component.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component.php b/CRM/Utils/Check/Component.php index f1a8b35a62..4133d7efc3 100644 --- a/CRM/Utils/Check/Component.php +++ b/CRM/Utils/Check/Component.php @@ -66,7 +66,7 @@ abstract class CRM_Utils_Check_Component { * @return bool * @throws \GuzzleHttp\Exception\GuzzleException */ - public function fileExists($url, $timeout = 0.25) { + public function fileExists($url, $timeout = 0.50) { $fileExists = FALSE; try { $guzzleClient = new GuzzleHttp\Client(); -- 2.25.1