chore: speculative attempt to unflake ui mode tests (#22476)

This commit is contained in:
Pavel Feldman 2023-04-19 07:29:28 -07:00 committed by GitHub
parent 060979ef86
commit 320b9d5dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,7 +509,7 @@ const TraceView: React.FC<{
} finally {
setCounter(counter + 1);
}
}, 250);
}, 500);
return () => {
if (pollTimer.current)
clearTimeout(pollTimer.current);