diff --git a/packages/trace-viewer/src/ui/watchMode.tsx b/packages/trace-viewer/src/ui/watchMode.tsx index 0a2af21cdc..5151ed804b 100644 --- a/packages/trace-viewer/src/ui/watchMode.tsx +++ b/packages/trace-viewer/src/ui/watchMode.tsx @@ -509,7 +509,7 @@ const TraceView: React.FC<{ } finally { setCounter(counter + 1); } - }, 250); + }, 500); return () => { if (pollTimer.current) clearTimeout(pollTimer.current);