Skip to content

Commit

Permalink
Update event_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed May 26, 2024
1 parent a4316a6 commit df63e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugins_management/event_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ defmodule MishkaInstallerTest.PluginsManagement.EventTest do
MishkaInstaller.subscribe("event")
_manual_starting = RegisterEmailSender.start_link()

assert_receive %{status: :start, data: _data}, 3000
assert_receive %{status: :start, data: _data}, 10000

{:ok, :unregister, _data} =
assert Event.unregister(RegisterEmailSender, "after_success_login", true)
Expand Down

0 comments on commit df63e65

Please sign in to comment.