Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gem/oq-engine into us_202…
Browse files Browse the repository at this point in the history
…3_basin_terms
  • Loading branch information
CB-quakemodel committed Nov 5, 2024
2 parents 2ed19c1 + 99c5bae commit b18059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openquake/baselib/zeromq.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Socket(object):
"""
# NB: the timeout has to be large since starting a workerpool can be
# slow due to numba compiling everything, so you have to wait
def __init__(self, end_point, socket_type, mode, timeout=30):
def __init__(self, end_point, socket_type, mode, timeout=60):
assert socket_type in (zmq.REP, zmq.REQ, zmq.PULL, zmq.PUSH)
assert mode in ('bind', 'connect'), mode
if mode == 'bind':
Expand Down

0 comments on commit b18059e

Please sign in to comment.