summaryrefslogtreecommitdiffstats
path: root/tests/lib/App/AppStore/Fetcher/FetcherBase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/App/AppStore/Fetcher/FetcherBase.php')
-rw-r--r--tests/lib/App/AppStore/Fetcher/FetcherBase.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/lib/App/AppStore/Fetcher/FetcherBase.php b/tests/lib/App/AppStore/Fetcher/FetcherBase.php
index 45f3f22b9d4..ba1062127fb 100644
--- a/tests/lib/App/AppStore/Fetcher/FetcherBase.php
+++ b/tests/lib/App/AppStore/Fetcher/FetcherBase.php
@@ -252,7 +252,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
]
@@ -353,7 +353,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
]
@@ -449,7 +449,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
]
@@ -522,7 +522,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
]
@@ -582,7 +582,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
'If-None-Match' => '"myETag"',
@@ -655,7 +655,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
'If-None-Match' => '"myETag"',
@@ -743,7 +743,7 @@ abstract class FetcherBase extends TestCase {
->with(
$this->equalTo($this->endpoint),
$this->equalTo([
- 'timeout' => 10,
+ 'timeout' => 60,
'headers' => [
'Accept-Encoding' => 'gzip',
],