Increased installed delay

This commit is contained in:
peteruithoven 2013-12-18 14:47:52 +01:00
parent d0806a0ea1
commit 8b0b8884ed
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ function UpdatePanel() {
this.statusCheckInterval = 1000;
this.statusCheckDelayer; // setTimout instance
this.installedDelay = 60*1000; // Since we can't retrieve status during installation we show the installed text after a fixed delay
this.installedDelay = 90*1000; // Since we can't retrieve status during installation we show the installed text after a fixed delay
this.installedDelayer; // setTimout instance
this.retryDelay = 1000;
this.retryDelayer; // setTimout instance