File no-parallel-xvfb.patch of Package zathura
tests/meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/meson.build b/tests/meson.build
index 10531a5..85c1a67 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -52,7 +52,8 @@ if check.found()
)
test('session', xvfb,
args: xvfb_args + [session],
- timeout: 60*60
+ timeout: 60*60,
+ is_parallel: false
)
if seccomp.found()
@@ -63,7 +64,8 @@ if check.found()
)
test('sandbox', xvfb,
args: xvfb_args + [sandbox],
- timeout: 60*60
+ timeout: 60*60,
+ is_parallel: false
)
endif
endif