Skip to content

Commit 2fb90f3

Browse files
committed
Add fix for test_ss_limits.py, it was lacking a timeout for the secondary storage count to sync
1 parent 6411555 commit 2fb90f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/component/test_ss_limits.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def test_01_register_template(self, value):
165165
except Exception as e:
166166
self.fail("Failed to register template: %s" % e)
167167

168+
time.sleep(120)
168169
templates = Template.list(apiclient,
169170
templatefilter=\
170171
self.services["template_2"]["templatefilter"],
@@ -243,6 +244,7 @@ def test_02_create_template_snapshot(self, value):
243244
except Exception as e:
244245
self.fail("Failed to create template: %s" % e)
245246

247+
time.sleep(120)
246248
templates = Template.list(apiclient,
247249
templatefilter=\
248250
self.services["template_2"]["templatefilter"],

0 commit comments

Comments
 (0)