Skip to content

Commit c8f85ff

Browse files
committed
Update schema
1 parent 28efeeb commit c8f85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"max_time": {
5454
"type": "string",
5555
"default": "48.h",
56-
"pattern": "^\\d+(\\.\\d+)?\\s*(s|m|h|d)$",
56+
"pattern": "^\\d+(?:\\.\\d+|\\.)?\\s*(s|m|h|d)$",
5757
"description": "Maximum walltime for any job.",
5858
"fa_icon": "far fa-clock"
5959
}

0 commit comments

Comments
 (0)