Skip to content

Commit

Permalink
Merge pull request #8230 from mprse/issue_8214_fix
Browse files Browse the repository at this point in the history
Fix for issue #8214
  • Loading branch information
Cruz Monrreal committed Oct 13, 2018
2 parents 188b9b7 + 6d5e217 commit 8bf51be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTS/host_tests/rtc_reset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RtcResetTest(BaseHostTest):
"""

"""Start of the RTC"""
START_TIME = 50000
START_TIME = 1537789823 # GMT: Monday, 24 September 2018 11:50:23
START_TIME_TOLERANCE = 10
"""Time to delay after sending reset"""
DELAY_TIME = 5.0
Expand Down

0 comments on commit 8bf51be

Please sign in to comment.