Commit c50006ab002b87ff27494deccadf073e124e9730
1 parent
d3d3b5ea
Exists in
master
and in
21 other branches
Ajuste em timeout do serviço de monitoramento de pendências
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/PendenciasTramiteRN.php
@@ -6,7 +6,7 @@ error_reporting(E_ALL); | @@ -6,7 +6,7 @@ error_reporting(E_ALL); | ||
6 | 6 | ||
7 | class PendenciasTramiteRN extends InfraRN { | 7 | class PendenciasTramiteRN extends InfraRN { |
8 | 8 | ||
9 | - const TIMEOUT_SERVICO_PENDENCIAS = 900; | 9 | + const TIMEOUT_SERVICO_PENDENCIAS = 600; |
10 | 10 | ||
11 | private static $instance = null; | 11 | private static $instance = null; |
12 | private $strEnderecoServicoPendencias = null; | 12 | private $strEnderecoServicoPendencias = null; |