Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-12 10:28:41 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-07-03 00:36:24 +0300
commit9d541ccfd119c62fcd2bee464746f38df14e2fc9 (patch)
tree5bf53bfe9ff22143709b22755b2c8395e55731cd /tests
parent79b3923a4270f6bbbbe39eecb2c83c75cda00380 (diff)
Increase timeout of the appstore requests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-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',
],