chore: speculative attempt to unflake ui mode tests (#22476)
This commit is contained in:
parent
060979ef86
commit
320b9d5dbb
|
|
@ -509,7 +509,7 @@ const TraceView: React.FC<{
|
|||
} finally {
|
||||
setCounter(counter + 1);
|
||||
}
|
||||
}, 250);
|
||||
}, 500);
|
||||
return () => {
|
||||
if (pollTimer.current)
|
||||
clearTimeout(pollTimer.current);
|
||||
|
|
|
|||
Loading…
Reference in a new issue