Skip to content

Commit

Permalink
fix: bump apt-get timeout from 30s to 90s for sync check (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: samuelarogbonlo <[email protected]>
  • Loading branch information
samuelarogbonlo authored Oct 5, 2023
1 parent 596fd57 commit 07d6a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/sync_check/service/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set -eux
export DEBIAN_FRONTEND=noninteractive

# Use APT specific mechanism to wait for the lock
apt-get -qqq --yes -o DPkg::Lock::Timeout=30 update
apt-get -qqq --yes -o DPkg::Lock::Timeout=30 install -y ruby ruby-dev gcc make
apt-get -qqq --yes -o DPkg::Lock::Timeout=90 update
apt-get -qqq --yes -o DPkg::Lock::Timeout=90 install -y ruby ruby-dev gcc make

gem install slack-ruby-client sys-filesystem

Expand Down

0 comments on commit 07d6a7c

Please sign in to comment.