From f054b208a42f3aa940831b4f9aebe632168accfe Mon Sep 17 00:00:00 2001 From: chuqifang Date: Wed, 4 Mar 2020 11:14:23 +0800 Subject: [PATCH] teuthology/task: add timeout for clock task when ntp is not config correctly, the clock task will be blocked Signed-off-by: chuqifang --- teuthology/task/clock.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/clock.py b/teuthology/task/clock.py index 63f03e6808..f7232ca535 100644 --- a/teuthology/task/clock.py +++ b/teuthology/task/clock.py @@ -49,6 +49,7 @@ def task(ctx, config): run.Raw('||'), 'true' ], + timeout = 60, ) try: -- 2.39.5