Skip to content

Commit

Permalink
bigger offsets allowed
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed May 14, 2024
1 parent 3c64c6e commit b144e88
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ def generate_test_description():
executable='ntp_monitor.py',
name='ntp_monitor',
output='screen',
arguments=['--offset-tolerance', '10000',
'--error-offset-tolerance', '20000',
arguments=['--offset-tolerance', '100000',
'--error-offset-tolerance', '200000',
'--ntp_hostname', 'ntp.ubuntu.com']
# 10s, 20s, we are not testing if your clock is correct
# 100s, 200s, we are not testing if your clock is correct
),
launch_testing.actions.ReadyToTest()
])
Expand Down

0 comments on commit b144e88

Please sign in to comment.