1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-05-24 06:20:40 +02:00

Merge branch 'backport-4442-meson-subproject-test-setups-glib-2-82' into 'glib-2-82'

Backport  “Don't mark test setups as default in subprojects” to glib-2-82

See merge request 
This commit is contained in:
Michael Catanzaro 2025-02-11 10:33:02 +00:00
commit e57e10f0f2

@ -183,7 +183,7 @@ test_timeout = 30
test_timeout_slow = 90 test_timeout_slow = 90
add_test_setup('default', add_test_setup('default',
is_default: true, is_default: not meson.is_subproject(),
exclude_suites: ['flaky', 'failing'], exclude_suites: ['flaky', 'failing'],
env: common_test_env, env: common_test_env,
timeout_multiplier: 2, timeout_multiplier: 2,