Skip to content

Commit

Permalink
Increase manager timeout to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2022
1 parent b5bcc0e commit b671048
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 = 120 # max timeout in seconds for manager
MANAGER_TIMEOUT = 600 # max timeout in seconds for manager

logger = getLogger("MultiProcessor")

Expand Down

0 comments on commit b671048

Please sign in to comment.