Skip to content

Commit

Permalink
sleep 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlebedev committed Mar 26, 2024
1 parent c4be812 commit 809f455
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/s3tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
cd /__w/seaweedfs/seaweedfs/weed
go install
set -x
nohup weed -v 0 server -ip.bind 0.0.0.0 -s3 -filer -volume.max=0 \
-master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1 -s3.port=8000 \
-s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=true -s3.config=../docker/compose/s3.json -metricsPort=9324 &
sleep 15
nohup weed -v 1 server -filer -s3 \
-master.raftHashicorp -master.electionTimeout 1s -master.volumeSizeLimitMB=1024 \
-volume.max=0 -volume.preStopSeconds=1 -s3.port=8000 -metricsPort=9324 \
-s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=true -s3.config=../docker/compose/s3.json &
sleep 20
- name: Run Ceph S3 tests
timeout-minutes: 15
env:
Expand Down

0 comments on commit 809f455

Please sign in to comment.