Skip to content

Commit

Permalink
use even number of cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 20, 2024
1 parent 2471577 commit c05f0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_utils/test_3_hpc/test_3_nhr_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_hpc_connector_run_batch_script_with_ms(
input_file_grp=DEFAULT_FILE_GRP, workspace_id=ID_WORKSPACE_WITH_MS,
mets_basename=DEFAULT_METS_BASENAME, nf_process_forks=2, ws_pages_amount=8,
use_mets_server=True, nf_executable_steps=["ocrd-cis-ocropy-binarize"],
file_groups_to_remove="", cpus=3, ram=16, job_deadline_time=HPC_JOB_DEADLINE_TIME_TEST,
file_groups_to_remove="", cpus=4, ram=16, job_deadline_time=HPC_JOB_DEADLINE_TIME_TEST,
partition=HPC_NHR_JOB_TEST_PARTITION, qos=HPC_JOB_QOS_SHORT)
finished_successfully = hpc_nhr_command_executor.poll_till_end_slurm_job_state(
slurm_job_id=slurm_job_id, interval=10, timeout=300)
Expand Down

0 comments on commit c05f0b8

Please sign in to comment.