projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda7b56
)
tests: increase timeout to 120 seconds
author
Jeremy Bicha
<jbicha@debian.org>
Sun, 27 Oct 2019 16:53:09 +0000
(12:53 -0400)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 27 Aug 2022 09:54:36 +0000
(10:54 +0100)
meson's default test timeout is 30 seconds which is a bit too slow
for Debian's armel build machine.
https://mesonbuild.com/Reference-manual.html#test
https://buildd.debian.org/status/logs.php?pkg=babl&arch=armel
Gbp-Pq: Name tests-increase-timeout.patch
tests/meson.build
patch
|
blob
|
history
diff --git
a/tests/meson.build
b/tests/meson.build
index eee88956e5c680d455c8fd4be847b06f5b458a3a..e131c1417e129c8e50f95b5ff4aff189fe55faeb 100644
(file)
--- a/
tests/meson.build
+++ b/
tests/meson.build
@@
-51,5
+51,6
@@
foreach test_name : test_names
test,
env: test_env,
workdir: meson.current_build_dir(),
+ timeout: 120,
)
endforeach