Skip to content

Commit 0a0016f

Browse files
Update services/director-v2/src/simcore_service_director_v2/utils/osparc_variables.py
Co-authored-by: Andrei Neagu <[email protected]>
1 parent 90f887e commit 0a0016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/utils/osparc_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def copy(
8989
return {k: self._variables_getters[k] for k in selection}
9090

9191

92-
_HANDLERS_TIMEOUT: Final[NonNegativeInt] = TypeAdapter(NonNegativeInt).validate_python(4)
92+
_HANDLERS_TIMEOUT: Final[NonNegativeInt] = 4
9393

9494

9595
async def resolve_variables_from_context(

0 commit comments

Comments
 (0)