diff --git a/services/web/public/coffee/ide.coffee b/services/web/public/coffee/ide.coffee index a844fb2a5b..a4980cae6a 100644 --- a/services/web/public/coffee/ide.coffee +++ b/services/web/public/coffee/ide.coffee @@ -207,7 +207,7 @@ define [ @timeOut = setTimeout((=> ga?('send', 'event', 'editor-interaction', 'notification-shown', "saving") $("#savingProblems").show() - ), 1000) + ), 3000) clearTimeout:-> if @timeOut?