Skip to content

CI: Use larger timeout multiplier for ASan tests

Daniel Stone requested to merge daniels/weston:ci-test-timeout-multiplier into main

Running under ASan introduces a good amount of overhead. Using the Meson test wrapper rather than invoking a Ninja target lets us set a timeout multiplier, which we smash up pretty high to account for this overhead and prevent some of the larger tests from hitting timeout.

Signed-off-by: Daniel Stone daniels@collabora.com

/cc @emersion @pq

Merge request reports