Comment 12 for bug 1580615

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

Reviewed: https://review.openstack.org/318833
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=8bab7e6e0bd5a40e899fe50b8fa1ee5df5d87f63
Submitter: Jenkins
Branch: master

commit 8bab7e6e0bd5a40e899fe50b8fa1ee5df5d87f63
Author: Alex Schultz <email address hidden>
Date: Thu May 19 12:01:32 2016 -0600

    Increase updatedb timeout

    The current value of 60 seconds can be exceeded if the host that's being
    deployed on is overloaded. We have seen (in CI) that the combined time
    between fact loading and the exec can exceed 60 seconds if the system is
    overloaded on IO or CPU. This change increases the timeout slightly to
    account for possible hardward load issues and the execution of this task.

    Change-Id: I713bedb1a3b1d1aafb5c66f92542e4a57d659e44
    Closes-Bug: #1580615