summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-05-06 07:51:58 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-05-06 07:51:58 -0400
commit5a84df030977e635a2457996d87e8a0c31b821ad (patch)
treefc5aafa95de03921e979187341e580eac855aa9d /modules/update
parent709a0a5a33afb11f192d638d260c71e9069e10d7 (diff)
downloadbrdo-5a84df030977e635a2457996d87e8a0c31b821ad.tar.gz
brdo-5a84df030977e635a2457996d87e8a0c31b821ad.tar.bz2
Issue #952394 by xjm, webchick, sun, catch | yettyn: "No available releases found" - fetching update information exceeds timeout.
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
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().