projects
/
zimlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c79c91
)
Bump test timeout to 300 seconds
author
Kunal Mehta
<legoktm@debian.org>
Sun, 5 Jul 2020 00:01:27 +0000
(17:01 -0700)
committer
Kunal Mehta
<legoktm@debian.org>
Tue, 7 Jul 2020 23:38:35 +0000
(
00:38
+0100)
Current timeout is too low for mipsel/mips64el buildds.
Forwarded: not-needed
Gbp-Pq: Name 0002-Bump-test-timeout-to-300-seconds.patch
test/meson.build
patch
|
blob
|
history
diff --git
a/test/meson.build
b/test/meson.build
index e6d014d11b295d19dd1d503d3c181451934d73ed..6bfefc439b89c454b698aa7c42aef6f8c82076d2 100644
(file)
--- a/
test/meson.build
+++ b/
test/meson.build
@@
-23,7
+23,7
@@
if gtest_dep.found() and not meson.is_cross_build()
link_args: extra_link_args,
dependencies : deps + [gtest_dep],
build_rpath : '$ORIGIN')
- test(test_name, test_exe, timeout :
12
0)
+ test(test_name, test_exe, timeout :
30
0)
endforeach
endif