From 115abbe719de00a6e58e666d0b6b6e13833345a6 Mon Sep 17 00:00:00 2001 From: Dries Date: Fri, 10 Jan 2014 13:07:53 -0500 Subject: [PATCH] Issue #952394 by xjm, webchick, sun, catch: 'No available releases found' - fetching update information exceeds timeout. --- core/modules/update/config/update.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/update/config/update.settings.yml b/core/modules/update/config/update.settings.yml index 162a53dac66..0f3294482e0 100644 --- a/core/modules/update/config/update.settings.yml +++ b/core/modules/update/config/update.settings.yml @@ -4,7 +4,7 @@ check: fetch: url: '' max_attempts: 2 - timeout: 5 + timeout: 30 notification: emails: { } threshold: '0'