File no-parallel-xvfb.patch of Package failed_zathura
tests/meson.build | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/meson.build b/tests/meson.build
index 1b2e81a..6b4ff87 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -43,7 +43,8 @@ if check.found()
)
test('session', xvfb,
args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset', session],
- timeout: 60*60
+ timeout: 60*60,
+ is_parallel: false
)
if seccomp.found()
@@ -54,7 +55,8 @@ if check.found()
)
test('sandbox', xvfb,
args: ['-a', '-s', '-screen 0 1400x900x24 -ac +extension GLX +render -noreset', sandbox],
- timeout: 60*60
+ timeout: 60*60,
+ is_parallel: false
)
endif
endif