mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
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 New Issue
Block a user