You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/09/10 16:10:08 UTC

fauxton commit: updated refs/heads/master to 227e68b

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 8cd744acb -> 227e68bc4


increase timeout for notifications

We might redefine the way notifications work in the future, but it
might be also vaporware, so I'm fixing the timeout for the near
future.

This closes COUCHDB-2692

PR: #516
PR-URL: https://github.com/apache/couchdb-fauxton/pull/516
Reviewed-By: garren smith <ga...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/227e68bc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/227e68bc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/227e68bc

Branch: refs/heads/master
Commit: 227e68bc49d65fc7f5ef210bb98e774ee9694006
Parents: 8cd744a
Author: Robert Kowalski <ro...@apache.org>
Authored: Tue Sep 8 11:22:11 2015 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Thu Sep 10 16:09:56 2015 +0200

----------------------------------------------------------------------
 app/addons/fauxton/base.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/227e68bc/app/addons/fauxton/base.js
----------------------------------------------------------------------
diff --git a/app/addons/fauxton/base.js b/app/addons/fauxton/base.js
index db82062..88b5e53 100644
--- a/app/addons/fauxton/base.js
+++ b/app/addons/fauxton/base.js
@@ -104,7 +104,7 @@ function (app, FauxtonAPI, Components, NavbarReactComponents, NavigationActions,
   });
 
   Fauxton.Notification = FauxtonAPI.View.extend({
-    animationTimer: 5000,
+    animationTimer: 8000,
     id: 'global-notification-id',
     events: {
       'click .js-dismiss': 'onClickRemoveWithAnimation'