Skip to content

Commit b1242bb

Browse files
committed
#3060: update max tasks and time limit
1 parent ac082cd commit b1242bb

File tree

1 file changed

+2
-2
lines changed
  • esmvaltool/utils/recipe_test_workflow/recipe_test_workflow

1 file changed

+2
-2
lines changed

esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
execution time limit = PT15M
3939
[[[directives]]]
4040
--qos=short-serial
41-
--time=05:00
42-
--ntasks=1
41+
--time=15:00
42+
--ntasks={{ MAX_PARALLEL_TASKS}}
4343
{% endif %}
4444

4545
[[install_cold]]

0 commit comments

Comments
 (0)