Allow more time in test_smart_reconfiguration

On very slow nodes, this test appears to require more time.

Change-Id: I82fe61e3303790f602d0c0fe7536d959ddf5ebdb
This commit is contained in:
James E. Blair
2021-09-24 14:52:54 -07:00
parent 5b7a9a05bc
commit 04257d8a4f

View File

@@ -8879,7 +8879,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)