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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-01-15 01:57:55 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-15 01:57:55 +0300
commite568870199a6ba7723b47a5dc53b56338c9a18eb (patch)
tree3f2716196f89426e7253825f6858338421cd040d /tests/PHPUnit/bootstrap.php
parent48bfd2a35c514258a5127282fec8d957dcdb8b67 (diff)
Increase the timeout for tests
Diffstat (limited to 'tests/PHPUnit/bootstrap.php')
-rw-r--r--tests/PHPUnit/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/bootstrap.php b/tests/PHPUnit/bootstrap.php
index b37816e231..2795dc89ac 100644
--- a/tests/PHPUnit/bootstrap.php
+++ b/tests/PHPUnit/bootstrap.php
@@ -111,7 +111,7 @@ Try again.";
}
$url = Fixture::getRootUrl() . 'tests/PHPUnit/proxy/index.php?module=TestRunner&action=check';
- $response = Http::sendHttpRequestBy('curl', $url, 2);
+ $response = Http::sendHttpRequestBy('curl', $url, 5);
if ($response === 'OK'
// The SQL error is for Travis...