virtual-time-budget doesnt work with some chrome stuff

This commit is contained in:
Nick Sweeting 2021-04-10 08:04:59 -04:00
parent 62078a77f8
commit 9f05cf8283
2 changed files with 7 additions and 4 deletions

View file

@ -241,7 +241,6 @@ def chrome_args(**options) -> List[str]:
'--disable-dev-shm-usage',
'--disable-software-rasterizer',
'--run-all-compositor-stages-before-draw',
f'--virtual-time-budget={options["TIMEOUT"] * 1000}',
'--hide-scrollbars',
)