Skip to content

Commit

Permalink
Increase timeout of the appstore requests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jun 12, 2020
1 parent c3267a5 commit 9daa980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/App/AppStore/Fetcher/Fetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected function fetch($ETag, $content) {
}

$options = [
'timeout' => 10,
'timeout' => 60,
];

if ($ETag !== '') {
Expand Down

0 comments on commit 9daa980

Please sign in to comment.