diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index bb39637891f2c..500a0568c9990 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -97,7 +97,7 @@ protected function fetch($ETag, $content) { } $options = [ - 'timeout' => 10, + 'timeout' => 60, ]; if ($ETag !== '') {