Skip to content

Commit 0f02c9d

Browse files
committed
make wait time more long
Signed-off-by: Chen Kai <[email protected]>
1 parent 7ce4e87 commit 0f02c9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- create-buckets
1515
entrypoint: >
1616
/bin/sh -c "
17-
sleep 2;
17+
sleep 4;
1818
api;
1919
"
2020
archiver:
@@ -30,7 +30,7 @@ services:
3030
- create-buckets
3131
entrypoint: >
3232
/bin/sh -c "
33-
sleep 2;
33+
sleep 4;
3434
archiver;
3535
"
3636
minio:
@@ -49,7 +49,7 @@ services:
4949
- minio
5050
entrypoint: >
5151
/bin/sh -c "
52-
sleep 1;
52+
sleep 3;
5353
/usr/bin/mc alias set minio http://minio:9000 admin password;
5454
/usr/bin/mc mb minio/blobs;
5555
/usr/bin/mc anonymous set public minio/blobs;

0 commit comments

Comments
 (0)