Increase timeout

This commit is contained in:
Alberto Fernández Capel 2018-03-19 14:46:18 +00:00
parent f2fc999ce4
commit 132b31c39f

View file

@ -11,7 +11,7 @@ makeFaultTolerantRequest = (userId, options, callback) ->
options = Object.assign(options, {
delayStrategy: exponentialBackoffStrategy()
timeout: 1000
timeout: 30000
})
if settings.overleaf?