projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8161a3
)
tests: increase timeout to 120 seconds
author
Jeremy Bicha
<jbicha@debian.org>
Sun, 27 Oct 2019 16:53:09 +0000
(12:53 -0400)
committer
Nathan Pratta Teodosio
<nathan.teodosio@canonical.com>
Thu, 25 Aug 2022 13:46:56 +0000
(14:46 +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 7c67e70998de8d1c2a3ec47e7f0d211ca4d746cb..c8f0e51eab4b2103b1ee0c7d00cf8e9cb3536268 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