Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit d5a04f2

Browse files
Increment timeout for docker-compose in S3Test
1 parent acb24be commit d5a04f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/S3Test/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
SWIFT_PROJECT_PATH=Examples/S3Test
33

44
start_docker_compose_env:
5-
cd $(SWIFT_PROJECT_PATH); docker-compose up -d ; sleep 5
6-
aws --endpoint http://localhost:4572 s3 mb s3://my-s3-bucket
5+
cd $(SWIFT_PROJECT_PATH); docker-compose up -d ; sleep 10
6+
aws --endpoint http://localhost:4572 --cli-connect-timeout 5 s3 mb s3://my-s3-bucket
77
aws --endpoint http://localhost:4572 s3 cp $(SWIFT_PROJECT_PATH)/hello.txt s3://my-s3-bucket/hello.txt
88

99
stop_docker_compose_env:

0 commit comments

Comments
 (0)