You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now unit tests use the PeriodicTask class, which uses a realistically controlled java.util.Timer. This slows down unit tests. Elapsed time could be simulated to focus only on events and tasks.
The text was updated successfully, but these errors were encountered:
Right now unit tests use the
PeriodicTask
class, which uses a realistically controlledjava.util.Timer
. This slows down unit tests. Elapsed time could be simulated to focus only on events and tasks.The text was updated successfully, but these errors were encountered: