diff --git a/src/Faction/ui/AugmentationsPage.tsx b/src/Faction/ui/AugmentationsPage.tsx
index 9264002a4..5d141770b 100644
--- a/src/Faction/ui/AugmentationsPage.tsx
+++ b/src/Faction/ui/AugmentationsPage.tsx
@@ -19,7 +19,7 @@ import { useRerender } from "../../ui/React/hooks";
 
 /** Root React Component for displaying a faction's "Purchase Augmentations" page */
 export function AugmentationsPage({ faction }: { faction: Faction }): React.ReactElement {
-  const rerender = useRerender();
+  const rerender = useRerender(400);
 
   function getAugs(): AugmentationName[] {
     return getFactionAugmentationsFiltered(faction);