gitlive.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 02:51:37 +0000 (10:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 02:51:37 +0000 (10:51 +0800)
gitlive.js

index 61896e3..806125c 100644 (file)
@@ -137,7 +137,7 @@ var monitor = new Monitor({
                 
             });
 
-            notification.set_timeout(500);
+            notification.set_timeout(2000);
             notification.show();   
         }
         this.queueRunning = false;
@@ -351,9 +351,7 @@ var monitor = new Monitor({
     
 });
  
-
+  
 function notify(fn, act , sp)
 {
     var sum = act + " " + fn;
@@ -363,7 +361,7 @@ function notify(fn, act , sp)
                body : sp
        });
 
-    notification.set_timeout(500);
+    notification.set_timeout(2000);
     notification.show();
 }