Comment 3 for bug 1441954

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

Reviewed: https://review.openstack.org/226270
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=8df6aacaf51cca5e92d03a12b8ba47b29a19d2f9
Submitter: Jenkins
Branch: master

commit 8df6aacaf51cca5e92d03a12b8ba47b29a19d2f9
Author: Sebastian Kalinowski <email address hidden>
Date: Tue Sep 22 13:43:49 2015 +0200

    Allow to specify timeout for commands in shotgun

    Added new global setting DEFAULT_TIMEOUT for setting
    default timeout (10s) for executing command.

    It's also possible to specify timeout for all commands in
    snapshot by using 'timeout' option in snapshot config file.

    Additionally it's also possible to set command-specific timeout
    by using 'timeout' option in command config.

    Change-Id: If896485ea3b20ddde7bfc955a0a12b1faef98ea8
    Closes-Bug: #1441954