Skip to content

Commit

Permalink
Higher timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Feb 5, 2025
1 parent 3d9c821 commit 1864948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Electric.Plug.ServeShapePlugTest do
@test_pg_id "12345"

# Higher timeout is needed for some tests that tend to run slower on CI.
@receive_timeout 1000
@receive_timeout 2000

def load_column_info({"public", "users"}, _),
do: {:ok, @test_shape.table_info[{"public", "users"}][:columns]}
Expand Down

0 comments on commit 1864948

Please sign in to comment.