~brendan-donegan/maas/qa-lab-tests_deploy_postgresql_timeout

« back to all changes in this revision

Viewing changes to maas-integration.py

  • Committer: Brendan Donegan
  • Date: 2016-07-13 22:45:58 UTC
  • Revision ID: brendan.donegan@canonical.com-20160713224558-jplfgky5na9n99oh
remove pause

Show diffs side-by-side

added added

removed removed

Lines of Context:
1018
1018
    @timeout(60 * 60)
1019
1019
    @skipIf(DO_NOT_TEST_JUJU, "Not testing juju")
1020
1020
    def test_juju_bootstrap(self):
1021
 
        pause_until_released('bootstrap')
1022
1021
        # Wait a bit to let all the nodes go down.
1023
1022
        # XXX: rvb 2013-04-23 bug=1171418
1024
1023
        sleep(30)