func: Increase rpc_response_timeout in TestMultiCellMigrate tests

This was previously set really low to 1 second that was leading to more
involved flows such as test_delete_while_in_verify_resize_status timing
out when the target calls the conductor to confirm the resize on the
source.

This change simply increases the timeout in the test but we might want
to think about moving this call over to rpc_long_timeout this could be
an issue in real world deployments.

Closes-Bug: #1938021
Change-Id: Ibba2d1506a0b026d35d7bf35384ec6439f438b01
This commit is contained in:
Lee Yarwood 2021-08-06 10:02:15 +01:00
parent 72c8722e09
commit d4dbcd5fa0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TestMultiCellMigrate(integrated_helpers.ProviderUsageBaseTestCase):
self.created_images = [] # list of image IDs created during resize
# Adjust the polling interval and timeout for long RPC calls.
self.flags(rpc_response_timeout=1)
self.flags(rpc_response_timeout=10)
self.flags(long_rpc_timeout=60)
# Set up 2 compute services in different cells