commit | dcd4b64c990660f9b11b999a3b70e17c36323c4c | [log] [tgz] |
---|---|---|
author | Lance Bragstad <lbragstad@gmail.com> | Mon Jun 12 14:41:42 2017 +0000 |
committer | Lance Bragstad <lbragstad@gmail.com> | Mon Jun 12 14:41:42 2017 +0000 |
tree | e0e4c9c1f7b539b93a39c84c6235de66031efb20 | |
parent | 9234316794403e6ec422c3c9a766edbb1bae180f [diff] |
Increase KEYSTONE_LOCKOUT_DURATION to 10 Transient failures were being reported because the current lockout period for users was too short. While this does increase the run time IdentityV3UsersTest.test_user_account_lockout, it allows for more flexibility if there is network latency or some other factor that cause the lockout to expired before the next authentication. Change-Id: I61bc39bbc35ac414b4a72929a90845956c99eb1a Closes-Bug: 1693917