[Python-apps-commits] r10183 - in packages/mercurial/trunk/debian (changelog rules)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Nov 25 06:24:23 UTC 2013


    Date: Monday, November 25, 2013 @ 06:24:22
  Author: vicho
Revision: 10183

Increment testsuite timeout to 720 as test-gendoc.t takes a loooong time on armel

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:20 UTC (rev 10182)
+++ packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:22 UTC (rev 10183)
@@ -1,3 +1,10 @@
+mercurial (2.8-2) UNRELEASED; urgency=low
+
+  * Increment testsuite timeout to 720 as test-gendoc.t takes a
+    loooong time on armel
+
+ -- Javi Merino <vicho at debian.org>  Fri, 15 Nov 2013 14:10:00 +0000
+
 mercurial (2.8-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-11-25 06:24:20 UTC (rev 10182)
+++ packages/mercurial/trunk/debian/rules	2013-11-25 06:24:22 UTC (rev 10183)
@@ -38,7 +38,7 @@
 		sed -i.deb-backup -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t
 endif
 
-	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 480 $(PARALLEL_TEST_JOBS)"
+	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 720 $(PARALLEL_TEST_JOBS)"
 
 	rename.ul .deb-backup '' $(CURDIR)/tests/*
 endif




More information about the Python-apps-commits mailing list