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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user