Commit da05243f authored by Jérome Perrin's avatar Jérome Perrin

set 10 seconds as default value for process timeout as only int are allowed

parent da00ebfe
......@@ -103,7 +103,7 @@ schema = {
"id": "processTimeout",
"type": "string",
"_class": "Dream.Property",
"_default": "0.5"
"_default": "10"
},
"batchNumberOfUnits": {
"id": "batchNumberOfUnits",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment