mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00: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 {
|
} finally {
|
||||||
setCounter(counter + 1);
|
setCounter(counter + 1);
|
||||||
}
|
}
|
||||||
}, 250);
|
}, 500);
|
||||||
return () => {
|
return () => {
|
||||||
if (pollTimer.current)
|
if (pollTimer.current)
|
||||||
clearTimeout(pollTimer.current);
|
clearTimeout(pollTimer.current);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user