Merge "Allow more time in test_smart_reconfiguration"

This commit is contained in:
Zuul
2021-09-26 10:31:58 +00:00
committed by Gerrit Code Review

View File

@@ -8944,7 +8944,7 @@ class TestSchedulerSmartReconfiguration(ZuulTestCase):
# event queue after waitUntilSettled.
start = time.time()
while True:
if time.time() - start > 15:
if time.time() - start > 30:
raise Exception("Timeout waiting for smart reconfiguration")
new_two = self.scheds.first.sched.tenant_layout_state.get(
'tenant-two', EMPTY_LAYOUT_STATE)