mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
test_vault: increase WAIT_AFTER_ARCHIVE
Fixes failing "ipa vault-retrieve" on replica due to a vault not yet replicated. Increase from 30 to 45 seems to be enough. https://pagure.io/freeipa/issue/7265 Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
57787f647e
commit
d3a2a9be24
@ -7,7 +7,7 @@ import time
|
|||||||
from ipatests.test_integration.base import IntegrationTest
|
from ipatests.test_integration.base import IntegrationTest
|
||||||
from ipatests.pytest_plugins.integration import tasks
|
from ipatests.pytest_plugins.integration import tasks
|
||||||
|
|
||||||
WAIT_AFTER_ARCHIVE = 30 # give some time to replication
|
WAIT_AFTER_ARCHIVE = 45 # give some time to replication
|
||||||
|
|
||||||
|
|
||||||
class TestInstallKRA(IntegrationTest):
|
class TestInstallKRA(IntegrationTest):
|
||||||
|
Loading…
Reference in New Issue
Block a user