Setting tag plcapi-4.3-37
[plcapi.git] / php / header.php
index 5172894..54f9b1e 100644 (file)
@@ -9,6 +9,7 @@
 // Copyright (C) 2005-2006 The Trustees of Princeton University
 //
 // $Id$
+// $URL$
 //
 //
 
@@ -117,7 +118,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);