typelevel/squants

tests routinely hang

SethTisue opened this issue · 3 comments

seen in the Scala community build (example run)

also reproducible locally with ++2.11.12 followed by test:

  | => squants.space.SpaceChecks 286s
  | => squants.space.SpaceChecks 287s
  | => squants.space.SpaceChecks 287s
  | => squants.space.SpaceChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.market.MarketChecks 287s
  | => squants.experimental.json.QuantitySerializerSpec 288s

I've seen this on Scala 2.12, too

This should be fixed on #357 when making the tests not to run in parallel