Skip to content

Commit d0713d5

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
Increase timeout of the appstore requests
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 3c3008a commit d0713d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/lib/App/AppStore/Fetcher/FetcherBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ public function testGetMatchingETag() {
582582
->with(
583583
$this->equalTo($this->endpoint),
584584
$this->equalTo([
585-
'timeout' => 10,
585+
'timeout' => 60,
586586
'headers' => [
587587
'Accept-Encoding' => 'gzip',
588588
'If-None-Match' => '"myETag"',
@@ -655,7 +655,7 @@ public function testGetNoMatchingETag() {
655655
->with(
656656
$this->equalTo($this->endpoint),
657657
$this->equalTo([
658-
'timeout' => 10,
658+
'timeout' => 60,
659659
'headers' => [
660660
'Accept-Encoding' => 'gzip',
661661
'If-None-Match' => '"myETag"',

0 commit comments

Comments
 (0)