Skip to content

Commit

Permalink
fixing timeout error
Browse files Browse the repository at this point in the history
  • Loading branch information
tvo0813 committed Oct 4, 2024
1 parent cd6c60f commit 6ba32bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enos/modules/install_packages/scripts/synchronize-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ synchronize_repos() {
# We run as sudo because Amazon Linux 2 throws Python 2.7 errors when running `cloud-init status` as
# non-root user (known bug).
check_cloud_init() {
local max_retries=2
local max_retries=1
local retry_count=0
local exit_code

Expand Down

0 comments on commit 6ba32bd

Please sign in to comment.