Skip to content

Commit a7873e7

Browse files
committed
[Test] Fix test shared home by setting the expected size for the shared ebs volume.
1 parent 133517d commit a7873e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/storage/test_shared_home.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def _check_shared_home(
123123
scheduler_commands, remote_command_executor, f"{mount_dir}/{get_username_for_os(os)}"
124124
)
125125
elif storage_type == "Ebs":
126-
_test_ebs_correctly_mounted(remote_command_executor, mount_dir, volume_size=40)
127-
_test_ebs_correctly_mounted(remote_command_executor_login_node, mount_dir, volume_size=40)
126+
_test_ebs_correctly_mounted(remote_command_executor, mount_dir, volume_size=45)
127+
_test_ebs_correctly_mounted(remote_command_executor_login_node, mount_dir, volume_size=45)
128128
# Test ebs correctly shared between HeadNode and ComputeNodes
129129
logging.info("Testing ebs correctly mounted on compute nodes")
130130
verify_directory_correctly_shared(

0 commit comments

Comments
 (0)