File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration-tests/tests/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments