]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
queue: results_timeout needs to be converted to a string
authorJosh Durgin <josh.durgin@dreamhost.com>
Fri, 23 Sep 2011 01:23:36 +0000 (18:23 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Fri, 23 Sep 2011 01:23:42 +0000 (18:23 -0700)
teuthology/queue.py

index 3caf5e2dba98b4c15b5a6cafd00c12efdc0d5d5e..260be8e2d5b0b15aef73f74c4f5bc5fbb5aacecf 100644 (file)
@@ -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',