diff --git a/Makefile b/Makefile index b361c79b23..8beb1c7941 100644 --- a/Makefile +++ b/Makefile @@ -436,7 +436,8 @@ cover: ## Runs the golang coverage tool. You must run the unit tests first. $(GO) tool cover -html=ecover.out test-data: start-docker ## Add test data to the local instance. - $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 1 + $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) config set TeamSettings.MaxUsersPerTeam 100 + $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 4 -u 60 @echo You may need to restart the Mattermost server before using the following @echo ========================================================================