Comment 26 for bug 1687027

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

Reviewed: https://review.openstack.org/613233
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=1a3cc6e810e02a5b0aaa3bf948aebb1f29cf8f80
Submitter: Zuul
Branch: stable/ocata

commit 1a3cc6e810e02a5b0aaa3bf948aebb1f29cf8f80
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)