| 107 | |
| 108 | == Timeouts on GStreamer related tests on Linux == |
| 109 | If you're running the buildbot on a headless system, there will be problems with pulseaudio initialization in media tests. To resolve this: |
| 110 | 1. Run pulseaudio in system mode by changing {{{PULSEAUDIO_SYSTEM_START}}} from {{{0}}} to {{{1}}} {{{in etc/defaults/pulseaudio}}}. Then (re)start the service {{{service pulseaudio restart}}}. |
| 111 | 1. If you're seeing {{{xcb_connection_has_error() returned true}}} in the error output of {{{run-webkit-tests}}} when running media tests, it is likely to be caused by the x11-bell module of pulseaudio. If you don't need it, it's easy to uninstall for example by: {{{apt-get remove --purge pulseaudio-module-x11}}} |