mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
While running the tests three times might make a lot of sence in CI environments, it certainly slows things down in development, especially when you've failed a test on purpose, but still have to wait for it to run three times to get the output. This not only implements the `--retries` flag, but also activates it in both CircleCI and AppVeyor test suites.