Comment 24 for bug 1687027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/pike)

Reviewed: https://review.openstack.org/613232
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3eaaf0756cd1a422f03ebdfe2d8a55bb69e115e7
Submitter: Zuul
Branch: stable/pike

commit 3eaaf0756cd1a422f03ebdfe2d8a55bb69e115e7
Author: Slawek Kaplonski <email address hidden>
Date: Mon Oct 22 22:58:48 2018 +0200

    [Functional] Increase test_timeout for db migration tests

    Patch [1] increased timeouts for test_walk_version functional tests
    for MySQL backend to 300 seconds to avoid failures due to timeouts.

    Unfortunately it looks that on nodes from some cloud providers used
    in the gate and with number of migration scripts which we have in
    Neutron those tests can take sometimes even around 400 seconds.

    So lets increase this to 600 seconds to avoid such failures of
    functional tests job.

    [1] https://review.openstack.org/#/c/610003/

    Change-Id: I9d129f0e90a072ec980aadabb2c6b812c08e1618
    Closes-Bug: #1687027
    (cherry picked from commit c39afbd5fcdfff2ad5e7f6963768da9f3d8027d2)