Merge lp:~abentley/launchpad/increase-lease into lp:launchpad/db-devel
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-03-04 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~abentley/launchpad/increase-lease |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
48 lines (+12/-2) 2 files modified
lib/lp/code/model/branchmergeproposaljob.py (+3/-1) lib/lp/code/model/tests/test_branchmergeproposals.py (+9/-1) |
| To merge this branch: | bzr merge lp:~abentley/launchpad/increase-lease |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | release-critical | 2010-03-04 | Approve on 2010-03-04 |
| Paul Hummer (community) | code | 2010-03-04 | Approve on 2010-03-04 |
|
Review via email:
|
|||
Commit Message
Increase UpdatePreviewDi
Description of the Change
= Summary =
Increase the timeout for UpdatePreviewDi
previous setup.
== Proposed fix ==
Change the default duration on acquireLease to 600 seconds.
== Pre-implementation notes ==
None
== Implementation details ==
This introduces a timing-dependent test, however a wide margin (100 seconds) is
given.
Fixed some lint while I was at it.
== Tests ==
bin/test test_branchmerg
== Demo and Q/A ==
= Launchpad lint =
Checking for conflicts. and issues in doctests and templates.
Running jslint, xmllint, pyflakes, and pylint.
Using normal rules.
Linting changed files:
lib/lp/
lib/lp/
== Pylint notices ==
lib/lp/
22: [F0401] Unable to import 'lazr.delegates' (No module named delegates)
23: [F0401] Unable to import 'lazr.enum' (No module named enum)
