Commit 10ccf87e6ab4084202637a4b7917ad74fecf7ae3

Authored by dhuy
1 parent c985ee63
Exists in master and in 1 other branch devel

Test in video and subtitle endpoint

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -208,7 +208,7 @@ app.post('/api', function(req, res){ @@ -208,7 +208,7 @@ app.post('/api', function(req, res){
208 child.on('error', function(code, signal){ 208 child.on('error', function(code, signal){
209 res.send(500, parameters.errorMessage('Erro na chamada ao core')); 209 res.send(500, parameters.errorMessage('Erro na chamada ao core'));
210 }); 210 });
211 - }, 3000); 211 + }, 5000);
212 }); 212 });
213 } else { 213 } else {
214 res.send(500, parameters.errorMessage('Legenda com Extensão Inválida')); 214 res.send(500, parameters.errorMessage('Legenda com Extensão Inválida'));