bumped convert timeout to 40 seconds

This commit is contained in:
Henry Oswald 2014-03-14 08:55:28 +00:00
parent 41b32deac3
commit 191170509f

View file

@ -4,11 +4,12 @@ logger = require("logger-sharelatex")
exec = require('child_process').exec
approvedFormats = ["png"]
twentySeconds = 20 * 1000
fourtySeconds = 40 * 1000
childProcessOpts =
killSignal: "SIGKILL"
timeout: twentySeconds
timeout: fourtySeconds
module.exports =