projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d734b
)
tests: increase timeout to 120 seconds
author
Jeremy Bicha
<jbicha@debian.org>
Sun, 27 Oct 2019 16:53:09 +0000
(12:53 -0400)
committer
Jeremy Bicha
<jbicha@debian.org>
Sat, 13 Jun 2020 15:36:03 +0000
(16:36 +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 4431ed81eb7e98d55421e69fd604eb22a291eb11..24da55a2e14b9b6c2e3f37d4268cce8475725f9a 100644
(file)
--- a/
tests/meson.build
+++ b/
tests/meson.build
@@
-52,5
+52,6
@@
foreach test_name : test_names
test,
env: test_env,
workdir: meson.current_build_dir(),
+ timeout: 120,
)
endforeach