]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop default watchdog_interval to 120s
authorZack Cerza <zack.cerza@inktank.com>
Mon, 3 Nov 2014 23:41:49 +0000 (16:41 -0700)
committerZack Cerza <zack.cerza@inktank.com>
Mon, 3 Nov 2014 23:41:49 +0000 (16:41 -0700)
Signed-off-by: Zack Cerza <zack@cerza.org>
teuthology/config.py

index 5626fad4213ee0c962eef2c2aa54a057c8d4b9e6..2988d1bea6d395ea66674cc1428d5a3850d83094 100644 (file)
@@ -115,7 +115,7 @@ class TeuthologyConfig(YamlConfig):
         'results_server': 'http://paddles.front.sepia.ceph.com/',
         'src_base_path': os.path.expanduser('~/src'),
         'verify_host_keys': True,
-        'watchdog_interval': 600,
+        'watchdog_interval': 120,
     }
 
     def __init__(self):