Merge lp:~mardy/libaccounts-glib/timeout into lp:libaccounts-glib

Proposed by Alberto Mardegan
Status: Merged
Approved by: David King
Approved revision: 164
Merged at revision: 164
Proposed branch: lp:~mardy/libaccounts-glib/timeout
Merge into: lp:libaccounts-glib
Diff against target: 14 lines (+5/-0)
1 file modified
debian/rules (+5/-0)
To merge this branch: bzr merge lp:~mardy/libaccounts-glib/timeout
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
David King (community) Approve
Review via email: mp+145576@code.launchpad.net

Description of the change

Packaging: increase test timeouts

Since tests often fail in Jenkins because of (unexplicable) timeout issues, let's try to add a multiplier.

To post a comment you must log in.
Revision history for this message
David King (amigadave) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2013-01-24 06:10:21 +0000
3+++ debian/rules 2013-01-30 10:56:31 +0000
4@@ -22,5 +22,10 @@
5 override_dh_autoreconf:
6 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
7
8+override_dh_auto_test:
9+ # Tests often fail in Jenkins for timeout reasons; therefore, increase
10+ # the timeout value
11+ CK_TIMEOUT_MULTIPLIER=2 dh_auto_test
12+
13 %:
14 dh $@ --with autoreconf,python2

Subscribers

People subscribed via source and target branches

to all changes: