Skip to content

Commit

Permalink
Make timout longer to help space out many flow runs coming from a sin…
Browse files Browse the repository at this point in the history
…gle beamline
  • Loading branch information
AbbyGi committed Mar 8, 2024
1 parent 3190568 commit 76081a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nslsii_kafka/consumer/prefect_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run_flow_on_stop_document(doc_name, doc):
run_deployment(
name=args.deployment_name,
parameters={"stop_doc": doc},
timeout=30
timeout=180
)
else:
print(doc_name)
Expand Down

0 comments on commit 76081a2

Please sign in to comment.