~fginther/landscape-charm/drop-juju-run

« back to all changes in this revision

Viewing changes to collect-logs

  • Committer: Andreas Hasenack
  • Date: 2016-01-26 12:09:42 UTC
  • Revision ID: andreas@canonical.com-20160126120942-12krhfclt3poxgxf
Bump collect-logs timeout again, until we drop xz compression which just takes too long on a single core [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
EXCLUDED = ["/var/lib/landscape/client/package/hash-id",
21
21
            "/var/lib/juju/containers/juju-*-lxc-template"]
22
22
# juju run timeout
23
 
TIMEOUT="60m"
 
23
# XXX this is way too big
 
24
TIMEOUT="120m"
24
25
 
25
26
def juju_status():
26
27
    """Return a juju status structure."""