Skip to content

Commit

Permalink
Reduce the sleeping time
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz committed Oct 9, 2023
1 parent 62d7642 commit d0c4e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook/hubs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ defmodule Livebook.Hubs do

defp disconnect_hub(hub) do
Task.Supervisor.start_child(Livebook.TaskSupervisor, fn ->
Process.sleep(30_000)
Process.sleep(10_000)
:ok = Provider.disconnect(hub)
end)

Expand Down

0 comments on commit d0c4e18

Please sign in to comment.