Comment 4 for bug 1628388

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to instack-undercloud (master)

Reviewed: https://review.openstack.org/378467
Committed: https://git.openstack.org/cgit/openstack/instack-undercloud/commit/?id=0c86110ef1499db20e816c43c700716417752bdd
Submitter: Jenkins
Branch: master

commit 0c86110ef1499db20e816c43c700716417752bdd
Author: Dougal Matthews <email address hidden>
Date: Wed Sep 28 10:27:38 2016 +0100

    Double the maximum waiting time for default plan creation

    In some CI runs we have been hitting the limit but from the Mistral logs
    it has then continued to complete successfully. In such cases it has
    been taking around 120 seconds. Increasing the maximum waiting time to
    180 seconds gives quite a bit of extra time beyond that.

    Since we poll every 5 seconds this change shouldn't impact any users
    except for the edge cases that previously timed out.

    Change-Id: I7d866520ed6192441c7a6835f838689f1e18f6b1
    Closes-Bug: #1628388