Skip to content

Commit

Permalink
Try to make ingest lock timeout tests less flaky (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldar authored Nov 13, 2024
1 parent 86b3bf4 commit 9b6961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plausible/ingestion/event_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ defmodule Plausible.Ingestion.EventTest do
)
end)

Process.sleep(100)
Process.sleep(200)

assert {:ok, %{buffered: [], dropped: [dropped]}} = Event.build_and_buffer(second_request)
assert dropped.drop_reason == :lock_timeout
Expand Down

0 comments on commit 9b6961c

Please sign in to comment.