Comment 2 for bug 1592349

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

Reviewed: https://review.openstack.org/329369
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=eecb8bfe148cec0bd0afb471b7723fc5c57de4d8
Submitter: Jenkins
Branch: master

commit eecb8bfe148cec0bd0afb471b7723fc5c57de4d8
Author: Timur Sufiev <email address hidden>
Date: Tue Jun 14 13:47:20 2016 +0300

    Change default timeouts in integration tests

    First, increase page_timeout to one minute, which should help in case
    of a first couple of tests waiting for Apache workers to "warm up".

    Second, reduce explicit_wait to 90 seconds (from 5 minutes), because
    if something in Horizon doesn't complete in 90 seconds, then almost
    for sure it won't complete in 5 minutes as well and only will spend
    time, which is limited for integration tests.

    Change-Id: Icb0767146fdb2682dca237ee18bbc4c3c8d976d0
    Closes-Bug: #1592349