Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added time.get_ticks() tests & increase error deltas for other time module tests #1880

Merged
merged 3 commits into from Jun 3, 2020

Commits on May 31, 2020

  1. Added time.get_ticks() tests. Correct return-type assertion and ensur…

    …ing correct time gaps for each call.
    Gogotchuri committed May 31, 2020
    Configuration menu
    Copy the full SHA
    0c5cff2 View commit details
    Browse the repository at this point in the history
  2. Fixed delta values in TimeModuleTests. Now we assume that 50ms error …

    …is allowed during time.wait and 5ms is allowed during time.delay
    Gogotchuri committed May 31, 2020
    Configuration menu
    Copy the full SHA
    9b2b4df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    180e44c View commit details
    Browse the repository at this point in the history