Skip to content

Commit

Permalink
Increasing sleep time for the distributed consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Jan 10, 2025
1 parent 328c95f commit 13e339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/distributed_consumer_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def simple_flowcept_task(workflow_id):

simple_flowcept_task(workflow_id)

sleep(5) # Give enough time for the consumer services to do their thing
sleep(15) # Give enough time for the consumer services to do their thing

kill_process(pid)

Expand Down

0 comments on commit 13e339d

Please sign in to comment.