[Pkg-sssd-devel] sssd: Changes to 'debian-experimental'

Stéphane Graber stgraber-guest at alioth.debian.org
Sun Feb 10 23:35:58 UTC 2013


 debian/changelog |    2 ++
 debian/rules     |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit dfd4f45c938bc1b6532a8f1ade9857fafed5b69b
Author: Stéphane Graber <stgraber at ubuntu.com>
Date:   Sun Feb 10 18:35:46 2013 -0500

    Raise test timeout to 30s instead of 4s

diff --git a/debian/changelog b/debian/changelog
index ac160d6..5130109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,8 @@ sssd (1.9.4-1) UNRELEASED; urgency=low
   * Add postinst/postrm script for libsss-sudo. Those will add a "sudoers"
     entry to /etc/nsswitch.conf upon first installation of the package and
     will then take care of adding/removing sss from the stack as required.
+  * Set CK_DEFAULT_TIMEOUT to 30 so that slower buildds (armhf at least) can
+    run the tests without hitting the default 4s timeout.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 24 May 2012 14:46:39 +0300
 
diff --git a/debian/rules b/debian/rules
index 1383c91..87e3bb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ include /usr/share/dpkg/buildflags.mk
 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS += -I/usr/include/samba-4.0
 
+export CK_DEFAULT_TIMEOUT=30
+
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 APIDOCDIR = /usr/share/sssd



More information about the Pkg-sssd-devel mailing list