Skip to content

Commit

Permalink
Possible fix blinking test
Browse files Browse the repository at this point in the history
  • Loading branch information
sovetnik committed Aug 18, 2024
1 parent d23154e commit 5b894d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/umwelt/client/clone.ex
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ defmodule Umwelt.Client.Clone do
def handle_info(:maybe_stop, state) do
if Client.Agent.completed?() do
Logger.debug("All modules processed. Stopping application.")
:timer.sleep(99)
Supervisor.stop(Client.Supervisor)
end

Expand Down

0 comments on commit 5b894d9

Please sign in to comment.