Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cron_test: fix bug in tests leading to flakiness
Test[Non]LocalTimezone was occasionally specifying an invalid cron spec seconds field of "59,60", which caused it to subsequently fail. Since rolling the cron spec forward is hard, in those cases we instead sleep for a couple seconds to avoid the scenario. Fixes robfig#205
- Loading branch information