Skip to content
Snippets Groups Projects
Commit 2d35ac7d authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #6518: Changing timeout value in ppstune.py (too tight...)

parent 435e2c99
No related branches found
No related tags found
No related merge requests found
...@@ -895,7 +895,7 @@ def set_sync_delay(rsp_boards, edge = 'rising', mode = 'reset', execute = True): ...@@ -895,7 +895,7 @@ def set_sync_delay(rsp_boards, edge = 'rising', mode = 'reset', execute = True):
'--pps_delay', str(['reset', 'increment'].index(mode))] '--pps_delay', str(['reset', 'increment'].index(mode))]
if not execute: if not execute:
print(' '.join(command_line)) print(' '.join(command_line))
logging.debug(check_output(command_line, execute = execute, timeout_s = 4.0)) logging.debug(check_output(command_line, execute = execute, timeout_s = 30.0))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment