From 0b7be4a0ae0659fecad9922d0df858e3d37fbe28 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:08:23 -0400 Subject: [PATCH] backport of commit 5cdce48a6a8380c185cf962a8e0768be006230e2 (#23348) Co-authored-by: Ryan Cragun --- .../scripts/verify-replication-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enos/modules/vault_verify_performance_replication/scripts/verify-replication-status.sh b/enos/modules/vault_verify_performance_replication/scripts/verify-replication-status.sh index f401242d6f..687ac3eb56 100644 --- a/enos/modules/vault_verify_performance_replication/scripts/verify-replication-status.sh +++ b/enos/modules/vault_verify_performance_replication/scripts/verify-replication-status.sh @@ -81,5 +81,5 @@ check_pr_status() { return 0 } -# Retry a few times because it can take some time for replication to sync -retry 5 check_pr_status +# Retry for a while because it can take some time for replication to sync +retry 10 check_pr_status