X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fheader.php;h=7fbe4dabf64c0349f3a1be876923b6fbdddc63bd;hb=0f1a34a5cea5c57876d95ccc855185413365ea25;hp=51728943ca85d73ed25310f730468e69f5367588;hpb=eafc0194bc0dde66e31315a72f2cb05775c9800b;p=plcapi.git diff --git a/php/header.php b/php/header.php index 5172894..7fbe4da 100644 --- a/php/header.php +++ b/php/header.php @@ -117,7 +117,7 @@ class PLCAPI curl_setopt($curl, CURLOPT_HTTPHEADER, $header); // Set some miscellaneous options - curl_setopt($curl, CURLOPT_TIMEOUT, 30); + curl_setopt($curl, CURLOPT_TIMEOUT, 180); // Get the output of the request curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);