From 8da8ec6e5d5426ab9957970332a48fcc5d12df35 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 24 Jan 2024 09:38:48 +0800 Subject: [PATCH] Update data size in test_setting_concurrent_volume_backup_restore_limit ref: 7756 Signed-off-by: Chris --- manager/integration/tests/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/integration/tests/test_settings.py b/manager/integration/tests/test_settings.py index b97b36b792..1f025b2fae 100644 --- a/manager/integration/tests/test_settings.py +++ b/manager/integration/tests/test_settings.py @@ -933,7 +933,7 @@ def setting_concurrent_volume_backup_restore_limit_concurrent_restoring_test(cli str(concurrent_limit)) _, backup = create_volume_and_backup(client, volname + "-with-backup", - 500 * Mi, 300 * Mi) + 1000 * Mi, 600 * Mi) nodes = client.list_node() restore_volume_names = []