mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 15:43:10 +08:00

Rescuing them still makes timing-out tests fail but doesn't break `after` spec cleanup (which could trigger more errors) Using custom error class to avoid any other possible timeout-catching code. Also: * remove an unnecessary `.select { |x| x.size > 0 }` * fix a typo in a test title