commit | 5787d5a871cb61d08fe3479e85502e4f6a1b68cb | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Tue Oct 15 16:41:09 2019 +0300 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Thu Oct 17 11:49:51 2019 +0300 |
tree | a6dcf9f1e04711d64cfda5d4c46b735e12909b59 | |
parent | e8b0d18753d3aa6397e727bb8d476f87bee7c940 [diff] |
Increased OS_TEST_TIMEOUT in .testr.conf to 700 Default OS_TEST_TIMEOUT is 500s, but for the test test_user_update_own_password this is not enough because by default in MCP the user_lockout_duration is 600s, so the test is sleepning for 600s and not finished, but it is stopped by testr. Increasing of OS_TEST_TIMEOUT to more than user_lockout_duration helps the test to pass. Change-Id: I0dc057f739d8ae97617bd9746bd4a890a88048a7 Related-prod: PROD-30989 Related-prod: PROD-30992