[glib/wip/3v1n0/support-can-fail-tests: 7/8] meson: Use default test multiplier to define timeouts
- From: Marco Trevisan <marcotrevi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/3v1n0/support-can-fail-tests: 7/8] meson: Use default test multiplier to define timeouts
- Date: Thu, 20 Oct 2022 02:02:09 +0000 (UTC)
commit 7c60539dbc7d3af2715c9d5677f52bc67ec03251
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Thu Oct 20 03:16:30 2022 +0200
meson: Use default test multiplier to define timeouts
So that we don't have to care about the default, being always set to 1m
meson.build | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5e17ef0c74..0b88f7b87c 100644
--- a/meson.build
+++ b/meson.build
@@ -135,13 +135,14 @@ common_test_env = [
'MALLOC_CHECK_=2',
]
-test_timeout = 60
-test_timeout_slow = 180
+test_timeout = 30
+test_timeout_slow = 90
add_test_setup('default',
is_default: true,
exclude_suites: ['flaky', 'failing'],
env: common_test_env,
+ timeout_multiplier: 2,
)
add_test_setup('unstable_tests',
@@ -172,7 +173,7 @@ if valgrind.found()
'@0@'.format(suppression_file[0])),
],
env: common_test_env,
- timeout_multiplier: 10,
+ timeout_multiplier: 20,
)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]