Commit 4613947b authored by Ivan Tyagov's avatar Ivan Tyagov

Increase check interval from 5s to 10s (no need of so much checks for a...

Increase check interval from 5s to 10s (no need of so much checks for a installtion process lasting > 10 minutes).
parent c9ce196e
Pipeline #9180 passed with stage
in 0 seconds
......@@ -24,7 +24,7 @@ js_string = """
}
function checkClientInstallation() {
time_out = window.setTimeout( "checkClientInstallation()", 5000 );
time_out = window.setTimeout( "checkClientInstallation()", 10000 );
var xhr_object = null;
xhr_object = getNewXMLHTTP();
xhr_object.onreadystatechange = function()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment