summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-29 16:01:57 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-30 22:10:05 +0200
commit51273281cd5eea06b9184396f203a95d791e6b5b (patch)
tree7d834590faeee5e83c279b5a96718522dea76e2c /test/meson.build
parenttest: Make journal storage configurable per test and make persistent for TEST... (diff)
downloadsystemd-51273281cd5eea06b9184396f203a95d791e6b5b.tar.xz
systemd-51273281cd5eea06b9184396f203a95d791e6b5b.zip
test: Bump mkosi integration test timeout to 1800 seconds
Same timeout as the bash framework.
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 289f564e1e..6cb40ce343 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -374,7 +374,7 @@ integration_tests = {
foreach test_number, dirname : integration_tests
test_params = {
'mkosi_args' : [],
- 'timeout' : 600,
+ 'timeout' : 1800,
'storage': 'volatile',
}