modules/freifunk: increase flashing timeout, can take up to 25 minutes on a Fonera...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Jul 2009 00:38:47 +0000 (00:38 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 7 Jul 2009 00:38:47 +0000 (00:38 +0000)
modules/freifunk/htdocs/luci-static/flashing.html

index f2de575..43e5123 100644 (file)
@@ -40,7 +40,7 @@
        </style>
 
        <script type="text/javascript"><!--
-               var time_remaining = 60 * 20;
+               var time_remaining = 60 * 25;
                var interval = window.setInterval(function() {
                        if( time_remaining <= 0 )
                        {
@@ -71,7 +71,7 @@
                <h2>Performing Upgrade</h2>
 
                <p>
-                       The System is flashing now. The procedure can take up to 20 minutes,
+                       The System is flashing now. The procedure can take up to 25 minutes,
                        please be patient and wait until this page reloads itself.
 
                        <br /><img src="resources/flashing.gif" style="vertical-align:middle; margin:10px" />