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

index cc05b61..61896e3 100644 (file)
@@ -65,7 +65,7 @@ var monitor = new Monitor({
             body : gitlive + "\nMonitoring " + this.monitors.length + " Directories"
         });
 
-        notification.set_timeout(500);
+        notification.set_timeout(2000);
         notification.show();   
     },
     /**
@@ -126,7 +126,7 @@ var monitor = new Monitor({
                 
             });
 
-            notification.set_timeout(500);
+            notification.set_timeout(2000);
             notification.show();   
         }
         if (failure.length) {