diff --git a/src/public/index.html b/src/public/index.html
index a149e00..6a71a50 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -4488,7 +4488,7 @@
delete tracerouteLines[routeKey];
}
activeTracerouteKeys.delete(routeKey);
- }, 2000);
+ }, 2500);
return;
}
@@ -4512,9 +4512,9 @@
line.setStyle({ opacity: 1.0 });
tracerouteLines[routeKey].lines.push(line);
- // Animate next hop after 600ms delay
+ // Animate next hop after 700ms delay
hopIndex++;
- setTimeout(animateNextHop, 600);
+ setTimeout(animateNextHop, 700);
};
// Start animation