Skip to content

Commit

Permalink
Moved timeout to 240 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Nov 9, 2023
1 parent 6d96f92 commit ebf2030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volttrontesting/fixtures/volttron_platform_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def volttron_instance(request, **kwargs):
"""
address = kwargs.pop("vip_address", get_rand_vip())
if request.param['messagebus'] == 'rmq':
kwargs['timeout'] = 120
kwargs['timeout'] = 240

wrapper = build_wrapper(address,
messagebus=request.param.get('messagebus', 'zmq'),
Expand Down

0 comments on commit ebf2030

Please sign in to comment.