URL: https://github.com/freeipa/freeipa/pull/1272 Author: Rezney Title: #1272: test_vault: increase WAIT_AFTER_ARCHIVE Action: opened
PR body: """ Fixes failing "ipa vault-retrieve" on replica due to a vault not already replicated. Increase from 30 to 45 seems to be enough. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1272/head:pr1272 git checkout pr1272
From 15faf3ec029747048c4552eec975ed00cc34ca24 Mon Sep 17 00:00:00 2001 From: Michal Reznik <mrez...@redhat.com> Date: Fri, 10 Nov 2017 12:31:42 +0100 Subject: [PATCH] test_vault: increase WAIT_AFTER_ARCHIVE Fixes failing "ipa vault-retrieve" on replica due to a vault not already replicated. Increase from 30 to 45 seems to be enough. --- ipatests/test_integration/test_vault.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipatests/test_integration/test_vault.py b/ipatests/test_integration/test_vault.py index aca608fa67..496ccb1bbd 100644 --- a/ipatests/test_integration/test_vault.py +++ b/ipatests/test_integration/test_vault.py @@ -7,7 +7,7 @@ from ipatests.test_integration.base import IntegrationTest 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):
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org