Commit ce301831036ab63579a38a52f7818546aa3bbe1f
1 parent
a3237d16
Exists in
master
and in
21 other branches
Marcelo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/PendenciasTramiteRN.php
... | ... | @@ -122,7 +122,7 @@ class PendenciasTramiteRN extends InfraRN { |
122 | 122 | curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); |
123 | 123 | curl_setopt($curl, CURLOPT_SSLCERT, $this->strLocalizacaoCertificadoDigital); |
124 | 124 | curl_setopt($curl, CURLOPT_SSLCERTPASSWD, $this->strSenhaCertificadoDigital); |
125 | - curl_setopt($curl, CURLOPT_TIMEOUT, 180); | |
125 | + curl_setopt($curl, CURLOPT_TIMEOUT, 60); | |
126 | 126 | return $curl; |
127 | 127 | } |
128 | 128 | ... | ... |