~andrewjbeach/juju-ci-tools/get-juju-dict

« back to all changes in this revision

Viewing changes to tests/test_assess_log_forward.py

  • Committer: Aaron Bentley
  • Date: 2016-09-20 18:03:54 UTC
  • mfrom: (1575.2.14 soft-timeouts-6)
  • Revision ID: aaron.bentley@canonical.com-20160920180354-7c7o5evlpoabrz9y
Add --timeout to most test scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                region=None,
34
34
                series=None,
35
35
                upload_tools=False,
36
 
                verbose=20))
 
36
                verbose=20,
 
37
                deadline=None,
 
38
                ))
37
39
 
38
40
    def test_help(self):
39
41
        fake_stdout = StringIO.StringIO()