Skip to content

Commit

Permalink
Update data size in test_setting_concurrent_volume_backup_restore_limit
Browse files Browse the repository at this point in the history
ref: 7756

Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien authored and yangchiu committed Feb 2, 2024
1 parent 0b3bb42 commit 8da8ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/integration/tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 8da8ec6

Please sign in to comment.