diff --git a/src/main/resources/loading/index.html b/src/main/resources/loading/index.html
index 4ed16b53..574645cc 100644
--- a/src/main/resources/loading/index.html
+++ b/src/main/resources/loading/index.html
@@ -75,18 +75,18 @@
}
else if (status.id == "BUILDING") {
textStatus = status.description;
- retryInterval = 1000;
+ retryInterval = 2000;
}
else if (status.id == "BUILD_FAILED") {
textStatus = status.description;
}
else if (status.id == "NOT_STARTED") {
textStatus = status.description;
- retryInterval = 1000;
+ retryInterval = 2000;
}
else if (status.id == "DOWNLOADING") {
textStatus = status.description;
- retryInterval = 1000;
+ retryInterval = 2000;
}
else if (status.id == "MISSING_DATA") {
textStatus = status.description;