Use freeze_time() in other parts of our tests, too
When using `_relays_with_flags()` and similar methods it's possible that tests start to hang without time freezing. See bug 33748 for more details. We work around this by providing the necessary `freeze_time()` calls meanwhile.
Please register or sign in to comment