tests: Increase minPwdAge used for PSO tests
authorTim Beale <timbeale@catalyst.net.nz>
Sun, 17 Jun 2018 21:03:40 +0000 (09:03 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jun 2018 22:18:19 +0000 (00:18 +0200)
commit016fc48a30900237205cb60ac9ed5d81c4737cbe
treecd91b43c3cc5912554bdb7bdc6b00805cb654fba
parente078991ae7660a05687fc803c8a791d7c4287c3e
tests: Increase minPwdAge used for PSO tests

The PSO minPwdAge test was using a 1 second timeout. While this seemed
to work fine most of the time, we did see a rackspace failure that was
presumably due to the test taking longer than 1-second to execute
(which resulted in the password not being correctly rejected).

This patch increases the minPwdAge used, to try to avoid this problem
happening.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/tests/python/password_settings.py