diff options
Diffstat (limited to '.github/workflows/s3tests.yml')
| -rw-r--r-- | .github/workflows/s3tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index 11327c109..c3c6c00d7 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -59,7 +59,7 @@ jobs: # Create clean data directory for this test run export WEED_DATA_DIR="/tmp/seaweedfs-s3tests-$(date +%s)" mkdir -p "$WEED_DATA_DIR" - weed -v 0 server -filer -filer.maxMB=64 -s3 -ip.bind 0.0.0.0 \ + weed -v 3 server -filer -filer.maxMB=64 -s3 -ip.bind 0.0.0.0 \ -dir="$WEED_DATA_DIR" \ -master.raftHashicorp -master.electionTimeout 1s -master.volumeSizeLimitMB=100 \ -volume.max=100 -volume.preStopSeconds=1 \ |
