Skip to content
Extraits de code Groupes Projets
Valider a85cc656 rédigé par mattab's avatar mattab
Parcourir les fichiers

Fix intermittent build issue by increasing timeout

parent a2ca9ac9
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -95,7 +95,7 @@ Try again.
// Now testing if the webserver is running
$piwikServerUrl = Test_Piwik_BaseFixture::getRootUrl();
try {
$fetched = Http::sendHttpRequest($piwikServerUrl, $timeout = 3);
$fetched = Http::sendHttpRequest($piwikServerUrl, $timeout = 15);
} catch (Exception $e) {
$fetched = "ERROR fetching: " . $e->getMessage();
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter