From: Dan Mick Date: Tue, 23 May 2023 00:15:25 +0000 (-0700) Subject: test_fog: Fix up test for preceding commit "Increase timeout" X-Git-Tag: 1.2.0~107^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1847%2Fhead;p=teuthology.git test_fog: Fix up test for preceding commit "Increase timeout" Signed-off-by: Dan Mick --- diff --git a/teuthology/provision/test/test_fog.py b/teuthology/provision/test/test_fog.py index 34a51affd..f4263d657 100644 --- a/teuthology/provision/test/test_fog.py +++ b/teuthology/provision/test/test_fog.py @@ -267,7 +267,7 @@ class TestFOG(object): @mark.parametrize( 'tries', - [3, 61], + [3, 121], ) def test_wait_for_deploy_task(self, tries): wait_results = [True for i in range(tries)] + [False]