Commit 10ccf87e6ab4084202637a4b7917ad74fecf7ae3
1 parent
c985ee63
Exists in
master
and in
1 other branch
Test in video and subtitle endpoint
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server.js
... | ... | @@ -208,7 +208,7 @@ app.post('/api', function(req, res){ |
208 | 208 | child.on('error', function(code, signal){ |
209 | 209 | res.send(500, parameters.errorMessage('Erro na chamada ao core')); |
210 | 210 | }); |
211 | - }, 3000); | |
211 | + }, 5000); | |
212 | 212 | }); |
213 | 213 | } else { |
214 | 214 | res.send(500, parameters.errorMessage('Legenda com Extensão Inválida')); | ... | ... |