Skip to content

Commit

Permalink
Up manager timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 30, 2022
1 parent f3a10f5 commit a5d348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maggma/cli/multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from maggma.utils import primed

MANAGER_TIMEOUT = 600 # max timeout in seconds for manager
MANAGER_TIMEOUT = 5400 # max timeout in seconds for manager

logger = getLogger("MultiProcessor")

Expand Down

0 comments on commit a5d348d

Please sign in to comment.