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

« back to all changes in this revision

Viewing changes to tests/test_assess_model_migration.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:
45
45
                region=None,
46
46
                series=None,
47
47
                upload_tools=False,
48
 
                verbose=20))
 
48
                verbose=20,
 
49
                deadline=None,
 
50
                ))
49
51
 
50
52
    def test_help(self):
51
53
        fake_stdout = StringIO.StringIO()