Skip to content

Commit 151ea7d

Browse files
Merge branch 'is4481/upgrade-director-v2-service' of github.com:giancarloromeo/osparc-simcore into is4481/upgrade-director-v2-service
2 parents f10922f + 0a0016f commit 151ea7d

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)