Skip to content

Commit

Permalink
increase resource usage for panel of normal.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacuong171 committed Jun 22, 2023
1 parent 9097ae3 commit 4e82fee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_mutect2_step_part_get_resource_usage(panel_of_normals_workflow):
# Define expected: default defined workflow.abstract
create_panel_expected_dict = {
"threads": 2,
"time": "08:00:00",
"time": "48:00:00",
"memory": "30G",
"partition": "medium",
}
Expand Down

0 comments on commit 4e82fee

Please sign in to comment.