From: Josh Durgin Date: Fri, 23 Sep 2011 01:23:36 +0000 (-0700) Subject: queue: results_timeout needs to be converted to a string X-Git-Tag: 1.1.0~2788 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c7ff5fc38b456c05f5a57c837965916b12cab409;p=teuthology.git queue: results_timeout needs to be converted to a string --- diff --git a/teuthology/queue.py b/teuthology/queue.py index 3caf5e2dba..260be8e2d5 100644 --- a/teuthology/queue.py +++ b/teuthology/queue.py @@ -82,7 +82,7 @@ describe. One job is run at a time. args = [ os.path.join(os.path.dirname(sys.argv[0]), 'teuthology-results'), '--timeout', - job_config.get('results_timeout', '21600'), + str(job_config.get('results_timeout', 21600)), '--email', job_config['email'], '--archive-dir',