Skip to content

Commit

Permalink
wait 10 minutes before using instance
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Apr 19, 2024
1 parent ea20395 commit e55082c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/run_ec2_test_framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ for i in {1..30}; do
sleep 60
done

# Wait 5 minutes for instance to "warm up"?
echo "Instances need to initialize a few minutes before SSM commands can be properly run"
sleep 300

# Create, and run ssm command.
ssm_doc_name=$(create_ssm_document "${ec2_ami_id}")
Expand Down

0 comments on commit e55082c

Please sign in to comment.