Comment 2 for bug 1497508

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

Reviewed: https://review.openstack.org/225391
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9cb3fa7408b197032da07b88e025e0bad6096a0f
Submitter: Jenkins
Branch: master

commit 9cb3fa7408b197032da07b88e025e0bad6096a0f
Author: Venkatesh Sampath <email address hidden>
Date: Tue Sep 15 08:18:44 2015 +0530

    Fix server start ping timeout for functional tests

    When we run the functional tests using 'tox -epy27',
    the functional tests keeps failing due to ping timeout
    that happens after server starts (api, registry etc.,)
    in order to run the functional tests. Could make the tests
    pass only after increasing the ping timeout.

    This minor patch fixes ping timeout issue by increasing the timeout
    value from 10 to 30 seconds for ensuring consistent success of
    functional tests. Found any value lesser than 30 secs still continue
    to fail the tests.

    Closes-bug: #1497508
    Change-Id: If1c5fc69ae34c976de2a0c5e9e70810b5b994491