]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/task/clock: increase timeout 1516/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 19 Jun 2020 14:31:10 +0000 (16:31 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Fri, 19 Jun 2020 14:32:49 +0000 (16:32 +0200)
Increase timeout because 1 minute is not always enough
to configure ntp.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/task/clock.py

index f7232ca5356a3bbb385a26982a7f9d1e936bb891..022eeaf7173b091f58cf863dda5d099ae56bd873 100644 (file)
@@ -49,7 +49,7 @@ def task(ctx, config):
                 run.Raw('||'),
                 'true'
             ],
-            timeout = 60,
+            timeout = 360,
         )
 
     try: