Increase timeout to 5 seconds

This commit is contained in:
Alasdair Smith 2017-09-07 10:02:48 +01:00
parent 32b849faf7
commit 0c76b06a97

View file

@ -5,7 +5,7 @@ define [
"libs/bib-log-parser"
"services/log-hints-feedback"
], (App, Ace, HumanReadableLogs, BibLogParser) ->
AUTO_COMPILE_TIMEOUT = 3000
AUTO_COMPILE_TIMEOUT = 5000
App.controller "PdfController", ($scope, $http, ide, $modal, synctex, event_tracking, logHintsFeedback, localStorage) ->
# enable per-user containers by default