diff --git a/bloblist_test.go b/bloblist_test.go index fe709bfc6..79d001584 100644 --- a/bloblist_test.go +++ b/bloblist_test.go @@ -14,7 +14,7 @@ import ( "github.com/restic/restic/backend" ) -var maxWorkers = flag.Uint("workers", 100, "number of workers to test BlobList concurrent access against") +var maxWorkers = flag.Uint("workers", 20, "number of workers to test BlobList concurrent access against") func randomID() []byte { buf := make([]byte, backend.IDSize)