Skip to content

Fixed bug in test_session_expiry

Johannes Zumthurm requested to merge fixed_test into master

Created by: cburchert

Periodic functions were scheduled to a time, which was never reached due to the frozen time. The @periodic decorator was called before the time was frozen.

Merge request reports

Loading