Commit 766253a84ce37c250357e07f40cdd4a3a293cb10

Authored by Marcelo Linhares Castro
1 parent 972043fd
Exists in Marcelotmpdesenv

Teste de esteira com timeout de 1000

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
rn/ProcessarPendenciasRN.php
@@ -7,7 +7,7 @@ class ProcessarPendenciasRN extends InfraAgendamentoTarefa @@ -7,7 +7,7 @@ class ProcessarPendenciasRN extends InfraAgendamentoTarefa
7 private static $instance = null; 7 private static $instance = null;
8 private $objGearmanWorker = null; 8 private $objGearmanWorker = null;
9 9
10 - const TIMEOUT_PROCESSAMENTO_JOB = 5400; 10 + const TIMEOUT_PROCESSAMENTO_JOB = 1000;
11 11
12 protected function inicializarObjInfraIBanco() 12 protected function inicializarObjInfraIBanco()
13 { 13 {