Skip to content

Commit

Permalink
Increase sleep timing, set the default region for the AWS cli
Browse files Browse the repository at this point in the history
  • Loading branch information
theoctober19th committed Jan 29, 2024
1 parent 75299b7 commit 9c9fb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -536,4 +536,4 @@ echo -e "##################################"
echo -e "END OF THE TEST"
echo -e "##################################"

sleep 1000
sleep 10000
1 change: 1 addition & 0 deletions tests/integration/setup-aws-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ S3_BUCKET="spark"
# Configure AWS CLI credentials
aws configure set aws_access_key_id $ACCESS_KEY
aws configure set aws_secret_access_key $SECRET_KEY
aws configure set default.region us-east-2
echo "AWS CLI credentials set successfully"

0 comments on commit 9c9fb09

Please sign in to comment.