Raise Xvfb client limit in run_web_tests.py
Follow-up to: https://chromium-review.googlesource.com/c/chromium/src/+/2343314 Ensure x11::Connection is only used on a single thread Due to the above changes, content_shell now uses more X11 connections per instance than previously. On machines with hugh numbers of cores, this was causing run_web_tests to crash as the tests it ran tried to more connections at a time than the default limit (256) of its Xvfb instance allowed. Bug: 1120107 Change-Id: Ie31fb509e91a9d7828b5f26f2b3885f857c56e24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368420 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:Robert Ma <robertma@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#800640}
Showing
Please register or sign in to comment