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.
1 parent 90f887e commit 0a0016fCopy full SHA for 0a0016f
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