URL: https://github.com/freeipa/freeipa/pull/1322
Author: Rezney
 Title: #1322: [Backport][ipa-4-6] test_vault: increase WAIT_AFTER_ARCHIVE
Action: opened

PR body:
"""
This PR was opened automatically because PR #1272 was pushed to master and 
backport to ipa-4-6 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1322/head:pr1322
git checkout pr1322
From dfb836729c13343691b0c2ad30ff36ce98a1dcfd 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 yet replicated. Increase from 30 to 45 seems to be enough.

https://pagure.io/freeipa/issue/7265
---
 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

Reply via email to