We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22585a3 commit 98d40f2Copy full SHA for 98d40f2
1 file changed
python/scripts/run_emscripten_tests.py
@@ -274,6 +274,7 @@ def __init__(self, hostname, port):
274
options = Options()
275
options.add_argument("--headless")
276
options.add_argument("--no-sandbox")
277
+ options.add_argument("--disable-dev-shm-usage")
278
driver = webdriver.Chrome(options=options)
279
driver.command_executor._client_config.timeout = 1200
280
super().__init__(hostname, port, driver)
0 commit comments