This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch glibc-2.23
in repository glibc.

commit 82f6b0a9c9b4c371baa9df7a559438ad406e3e44
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Mon Jun 27 17:21:59 2016 +0200

    debian/rules.d/build.mk: reduce TIMEOUTFACTOR to 15 from 50. That 
corresponds to a 5 minutes default, which should be more than enough even on 
slow architectures.
---
 debian/changelog        | 3 +++
 debian/rules.d/build.mk | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8a781e6..f6bb1a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ glibc (2.23-0experimental3) UNRELEASED; urgency=medium
     - debian/patches/hurd-i386/cvs-libpthread.so.diff: drop, upstreamed.
     - debian/patches/mips/submitted-vfork.diff: drop, upstreamed.
     - debian/patches/sparc/submitted-vfork.diff: drop, upstreamed.
+  * debian/rules.d/build.mk: reduce TIMEOUTFACTOR to 15 from 50. That
+    corresponds to a 5 minutes default, which should be more than enough even
+    on slow architectures.
 
  -- Aurelien Jarno <aure...@debian.org>  Thu, 14 Apr 2016 15:08:27 +0200
 
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 1210dfb..df65f1b 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -126,7 +126,7 @@ $(stamp)check_%: $(stamp)build_%
          echo "Testsuite disabled for $(curpass), skipping tests."; \
        else \
          find $(DEB_BUILDDIR) -name '*.out' -delete ; \
-         LD_PRELOAD="" LANG="" TIMEOUTFACTOR="50" $(MAKE) -C $(DEB_BUILDDIR) 
$(NJOBS) check 2>&1 | tee $(log_test) ; \
+         LD_PRELOAD="" LANG="" TIMEOUTFACTOR="15" $(MAKE) -C $(DEB_BUILDDIR) 
$(NJOBS) check 2>&1 | tee $(log_test) ; \
          if ! test -f $(DEB_BUILDDIR)/tests.sum ; then \
            echo 
"+---------------------------------------------------------------------+" ; \
            echo "|                     Testsuite failed to build.              
        |" ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git

Reply via email to