Skip to content

Commit

Permalink
Increase timeout in reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jan 13, 2025
1 parent ea9b757 commit 2dd39cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_ert/forward_model_runner/reporting/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
if finished_event_timeout is not None:
self._finished_event_timeout = finished_event_timeout
else:
self._finished_event_timeout = 60
self._finished_event_timeout = 600

def stop(self):
self._event_queue.put(Event._sentinel)
Expand Down

0 comments on commit 2dd39cc

Please sign in to comment.