~ubuntu-branches/ubuntu/trusty/mercurial/trusty-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2013-11-15 14:10:00 UTC
  • Revision ID: package-import@ubuntu.com-20131115141000-2rlybsn3lxvnzpox
Tags: 2.8-2
* Increment testsuite timeout to 720 as test-gendoc.t takes a
  loooong time on armel
* Don't run pyflakes on the autopkgtest for the testsuite, it fails to
  see the pyflakes error it's expecting (but it's not our job to fix
  python lint issues)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                sed -i.deb-backup -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t
39
39
endif
40
40
 
41
 
        http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 480 $(PARALLEL_TEST_JOBS)"
 
41
        http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 720 $(PARALLEL_TEST_JOBS)"
42
42
 
43
43
        rename.ul .deb-backup '' $(CURDIR)/tests/*
44
44
endif