We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f10922f + 0a0016f commit 151ea7dCopy full SHA for 151ea7d
services/director-v2/src/simcore_service_director_v2/utils/osparc_variables.py
@@ -89,7 +89,7 @@ def copy(
89
return {k: self._variables_getters[k] for k in selection}
90
91
92
-_HANDLERS_TIMEOUT: Final[NonNegativeInt] = TypeAdapter(NonNegativeInt).validate_python(4)
+_HANDLERS_TIMEOUT: Final[NonNegativeInt] = 4
93
94
95
async def resolve_variables_from_context(
0 commit comments