Skip to content

Commit 960a00e

Browse files
authored
test: increase timeout on message arrival assertion (supabase#624)
1 parent 3caf3c1 commit 960a00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.9
1+
2.4.10

test/supavisor/client_handler/stats_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ defmodule Supavisor.ClientHandler.StatsTest do
127127
this = Node.self()
128128

129129
refute_receive {^telemetry, {:client, _, %{tenant: "proxy_tenant1"}}, ^node}
130-
assert_receive {^telemetry, {:client, _, %{tenant: "proxy_tenant1"}}, ^this}, 1000
130+
assert_receive {^telemetry, {:client, _, %{tenant: "proxy_tenant1"}}, ^this}, 10_000
131131
end
132132
end
133133

0 commit comments

Comments
 (0)