From 2d35ac7d0e559586739baba616c578a0b79583e7 Mon Sep 17 00:00:00 2001 From: Arno Schoenmakers <schoenmakers@astron.nl> Date: Thu, 13 Oct 2016 12:04:14 +0000 Subject: [PATCH] TAsk #6518: Changing timeout value in ppstune.py (too tight...) --- LCU/PPSTune/ppstune/ppstune.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCU/PPSTune/ppstune/ppstune.py b/LCU/PPSTune/ppstune/ppstune.py index 5b53292e48a..ef133aff124 100755 --- a/LCU/PPSTune/ppstune/ppstune.py +++ b/LCU/PPSTune/ppstune/ppstune.py @@ -895,7 +895,7 @@ def set_sync_delay(rsp_boards, edge = 'rising', mode = 'reset', execute = True): '--pps_delay', str(['reset', 'increment'].index(mode))] if not execute: 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)) -- GitLab