Commit 24052116 authored by Jeremy Pallats's avatar Jeremy Pallats 💬
Browse files

Add new field to test config.

parent 52a23193
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -904,7 +904,7 @@ To unset override, simply set an empty list of systems.
        Check if we are within the window configured for
        showing deferred systems.
        """
        hours_to_tick = cog.util.get_config("hours_to_tick_deferred")
        hours_to_tick = cog.util.get_config("hours_to_tick_priority")

        now = datetime.datetime.utcnow().replace(microsecond=0)
        weekly_tick = now.replace(hour=7, minute=0, second=0)  # pylint: disable=unexpected-keyword-arg
+1 −0
Original line number Diff line number Diff line
@@ -66,4 +66,5 @@ tests:
    page: TestUnitUM

ttl: 60  # Self deleting messages last this long
hours_to_tick_priority: 36
# vim: set ft=yaml :