diff --git a/apps/webapp/app/components/graph/graph-clustering.tsx b/apps/webapp/app/components/graph/graph-clustering.tsx index 418742c..cb9dafb 100644 --- a/apps/webapp/app/components/graph/graph-clustering.tsx +++ b/apps/webapp/app/components/graph/graph-clustering.tsx @@ -513,7 +513,7 @@ export const GraphClustering = forwardRef< } else if (complexity < 500) { durationSeconds = 4.0; } else { - durationSeconds = Math.min(8, 5 + (complexity - 500) * 0.006); + durationSeconds = Math.min(20, 5 + (complexity - 500) * 0.006); } return {