From b6d5979d0ab8eb0ebf32b58f2c067a571634ab5e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 12 Jun 2020 09:28:41 +0200 Subject: Increase timeout of the appstore requests Signed-off-by: Joas Schilling --- lib/private/App/AppStore/Fetcher/Fetcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/App/AppStore/Fetcher/Fetcher.php') diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index bb39637891f..500a0568c99 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -97,7 +97,7 @@ abstract class Fetcher { } $options = [ - 'timeout' => 10, + 'timeout' => 60, ]; if ($ETag !== '') { -- cgit v1.2.3