diff --git a/packages/client/src/ui/features/guide/InteractiveGuide.tsx b/packages/client/src/ui/features/guide/InteractiveGuide.tsx index 14b59a3..c9d5d55 100644 --- a/packages/client/src/ui/features/guide/InteractiveGuide.tsx +++ b/packages/client/src/ui/features/guide/InteractiveGuide.tsx @@ -219,7 +219,7 @@ export function InterActiveGuide() { if (gStatus?.currentRound !== 4) { setField("guideRun", false); } - }, 1000); + }, 4000); } if (guideIndex === 6 && lifecycle == "complete") {