From a84c87eae280c7c692f8ecc83f5647353834938d Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 19 Jun 2020 16:31:10 +0200 Subject: [PATCH] teuthology/task/clock: increase timeout Increase timeout because 1 minute is not always enough to configure ntp. Signed-off-by: Kyr Shatskyy --- teuthology/task/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/clock.py b/teuthology/task/clock.py index f7232ca535..022eeaf717 100644 --- a/teuthology/task/clock.py +++ b/teuthology/task/clock.py @@ -49,7 +49,7 @@ def task(ctx, config): run.Raw('||'), 'true' ], - timeout = 60, + timeout = 360, ) try: -- 2.39.5