Skip to content

Commit 186af88

Browse files
authored
♻️Computational backend: increase timeout to get results to 35 seconds (#7850)
1 parent c7929e1 commit 186af88

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/modules

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/modules/dask_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
_logger = logging.getLogger(__name__)
9191

9292

93-
_DASK_DEFAULT_TIMEOUT_S: Final[int] = 5
93+
_DASK_DEFAULT_TIMEOUT_S: Final[int] = 35
9494

9595

9696
_UserCallbackInSepThread = Callable[[], None]

0 commit comments

Comments
 (0)