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