]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
test_fog: Fix up test for preceding commit "Increase timeout" 1847/head
authorDan Mick <dmick@redhat.com>
Tue, 23 May 2023 00:15:25 +0000 (17:15 -0700)
committerDan Mick <dmick@redhat.com>
Tue, 23 May 2023 00:15:25 +0000 (17:15 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
teuthology/provision/test/test_fog.py

index 34a51affd1ded7424e67645f6d8df44860b900a3..f4263d6575a1e6d29c7079e11804628df2bc8e31 100644 (file)
@@ -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]