statonjr / middleman-sitemap

A Middleman extension to create a sitemap for your Middleman site
MIT License
22 stars 18 forks source link

Multiple sitemap tests #6

Closed jeremysmithco closed 5 years ago

jeremysmithco commented 9 years ago

Hey, I was noticing the slow running tests for multiple sitemaps. It looks like that is why Travis is reporting a broken build error, right?

What if you made a config option out of the number of pages that would switch to multiple sitemaps, and made 50,000 the default. Then you could override the default with a smaller number (500, or 50, or something) when running the test suite.