mirror of
https://github.com/plausible/analytics.git
synced 2024-11-22 02:27:57 +03:00
Try to make ingest lock timeout tests less flaky (#4628)
This commit is contained in:
parent
86b3bf4f24
commit
9b6961ce9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user