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

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


    Date: Monday, November 25, 2013 @ 06:24:40
  Author: vicho
Revision: 10188

Increment testsuite timeout to 1440 to prevent timeouts in 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	2013-11-25 06:24:36 UTC (rev 10187)
+++ packages/mercurial/trunk/debian/changelog	2013-11-25 06:24:40 UTC (rev 10188)
@@ -2,6 +2,7 @@
 
   * Fix mercurial-git autopkg test
   * Add missing deps to run the testsuite with autopkgtest
+  * Increment testsuite timeout to 1440 to prevent timeouts in mips
 
  -- Javi Merino <vicho at debian.org>  Sat, 16 Nov 2013 10:39:56 +0000
 

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-11-25 06:24:36 UTC (rev 10187)
+++ packages/mercurial/trunk/debian/rules	2013-11-25 06:24:40 UTC (rev 10188)
@@ -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 720 $(PARALLEL_TEST_JOBS)"
+	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 1440 $(PARALLEL_TEST_JOBS)"
 
 	rename.ul .deb-backup '' $(CURDIR)/tests/*
 endif




More information about the Python-apps-commits mailing list