Comment 11 for bug 1463631

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to grenade (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/grenade/+/875340
Committed: https://opendev.org/openstack/grenade/commit/4102f1b503c3b537fe08b24da235f10d3b2e29bd
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 4102f1b503c3b537fe08b24da235f10d3b2e29bd
Author: yatinkarel <email address hidden>
Date: Thu Feb 23 12:39:46 2023 +0530

    Bump ping timeout to 60 seconds

    The jobs fails intermittently on ping check
    with current timeout of 30 seconds.

    The testvm can take time to boot and have network
    ready on slow systems and using qemu hypervisor
    and lead to ping timeout.

    With [1] included noticed it taking more than 40 seconds
    to boot testvm, so bumping timeout to 60 seconds will
    help in such cases.

    [1] https://review.opendev.org/c/openstack/grenade/+/874417

    Related-Bug: #1463631
    Related-Bug: #2007357
    Change-Id: Ibdd030e126d508e6ff24cde180c611ada7f24cb3
    (cherry picked from commit 3f9fe2e8fc1fccf0324538274e3b07b3e90b96b9)