summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-06-06 18:03:45 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-06-06 18:03:45 +0200
commit2bbf56eedf278d36b1f8208dbfd47f7db4e12169 (patch)
tree2203e138f720c642e53d3190addea62e624e4ff8
parentnet-libs/serf: Stabilize 1.3.9-r3 x86, #850094 (diff)
downloadgentoo-2bbf56eedf278d36b1f8208dbfd47f7db4e12169.tar.gz
gentoo-2bbf56eedf278d36b1f8208dbfd47f7db4e12169.tar.bz2
gentoo-2bbf56eedf278d36b1f8208dbfd47f7db4e12169.zip
sys-libs/glibc: Give the testsuite a bit more time
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--sys-libs/glibc/glibc-2.35-r7.ebuild5
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.35-r7.ebuild b/sys-libs/glibc/glibc-2.35-r7.ebuild
index 6ce1a5fa2ca8..05fbd55a47fc 100644
--- a/sys-libs/glibc/glibc-2.35-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.35-r7.ebuild
@@ -1191,7 +1191,10 @@ glibc_src_test() {
# sandbox does not understand unshare() and prevents
# writes to /proc/, which makes many tests fail
- SANDBOX_ON=0 LD_PRELOAD= emake ${myxfailparams} check
+ # we give the tests a bit more time to avoid spurious
+ # bug reports on slow arches
+
+ SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=16 emake ${myxfailparams} check
}
do_src_test() {
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index b719a898e915..036cc591795c 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1181,7 +1181,10 @@ glibc_src_test() {
# sandbox does not understand unshare() and prevents
# writes to /proc/, which makes many tests fail
- SANDBOX_ON=0 LD_PRELOAD= emake ${myxfailparams} check
+ # we give the tests a bit more time to avoid spurious
+ # bug reports on slow arches
+
+ SANDBOX_ON=0 LD_PRELOAD= TIMEOUTFACTOR=16 emake ${myxfailparams} check
}
do_src_test() {