summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/test_vault.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_vault.py b/ipatests/test_integration/test_vault.py
index 3b717c9cd..74b554eb2 100644
--- a/ipatests/test_integration/test_vault.py
+++ b/ipatests/test_integration/test_vault.py
@@ -7,7 +7,7 @@ import time
from ipatests.test_integration.base import IntegrationTest
from ipatests.test_integration import tasks
-WAIT_AFTER_ARCHIVE = 90 # give some time to replication
+WAIT_AFTER_ARCHIVE = 30 # give some time to replication
class TestInstallKRA(IntegrationTest):