[Python-apps-commits] r8233 - in packages/mercurial/trunk/debian (changelog rules)
vicho-guest at users.alioth.debian.org
vicho-guest at users.alioth.debian.org
Sun Feb 26 18:07:23 UTC 2012
Date: Sunday, February 26, 2012 @ 18:07:22
Author: vicho-guest
Revision: 8233
Increment test timeout. test-bisect2.t timed out on mips.
Modified:
packages/mercurial/trunk/debian/changelog
packages/mercurial/trunk/debian/rules (contents, properties)
Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog 2012-02-26 18:07:16 UTC (rev 8232)
+++ packages/mercurial/trunk/debian/changelog 2012-02-26 18:07:22 UTC (rev 8233)
@@ -5,8 +5,9 @@
* Suggest tkcvs instead of tkdiff. tkdiff has been removed from
wheezy as tkcvs provides tkdiff (see bug #483362).
* Suggest more visual diff commands
+ * Increment test timeout. test-bisect2.t timed out on mips.
- -- Javi Merino <vicho at debian.org> Sun, 26 Feb 2012 15:56:11 +0000
+ -- Javi Merino <vicho at debian.org> Sun, 26 Feb 2012 16:16:30 +0000
mercurial (2.1-2) experimental; urgency=low
Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules 2012-02-26 18:07:16 UTC (rev 8232)
+++ packages/mercurial/trunk/debian/rules 2012-02-26 18:07:22 UTC (rev 8233)
@@ -14,7 +14,7 @@
PARALLEL_TEST_JOBS := $(shell printenv DEB_BUILD_OPTIONS | awk -F= 'BEGIN {RS=" "} /parallel/ {print "--jobs " $$2}')
override_dh_auto_test:
- dh_auto_test -- TESTFLAGS="--timeout 360 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
+ dh_auto_test -- TESTFLAGS="--timeout 480 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
build-python%: mercurial/__version__.py
python$* setup.py build
More information about the Python-apps-commits
mailing list