From 5a84df030977e635a2457996d87e8a0c31b821ad Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 6 May 2014 07:51:58 -0400 Subject: Issue #952394 by xjm, webchick, sun, catch | yettyn: "No available releases found" - fetching update information exceeds timeout. --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update') diff --git a/modules/update/update.module b/modules/update/update.module index d5728be3e..d1f0d856f 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -71,7 +71,7 @@ define('UPDATE_MAX_FETCH_ATTEMPTS', 2); /** * Maximum number of seconds to try fetching available update data at a time. */ -define('UPDATE_MAX_FETCH_TIME', 5); +define('UPDATE_MAX_FETCH_TIME', 30); /** * Implements hook_help(). -- cgit v1.2.3