From 390276813e89053ca3d7b2e19f815ea9e8b11b35 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 22 May 2023 17:15:25 -0700 Subject: [PATCH] test_fog: Fix up test for preceding commit "Increase timeout" Signed-off-by: Dan Mick --- teuthology/provision/test/test_fog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/provision/test/test_fog.py b/teuthology/provision/test/test_fog.py index 34a51affd1..f4263d6575 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] -- 2.39.5