Skip to content

Commit 36d9d6f

Browse files
committed
Make user agent test string even longer to increase chances of timeout
1 parent db0d5fd commit 36d9d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plausible/ingestion/event_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ defmodule Plausible.Ingestion.EventTest do
7171
conn =
7272
:post
7373
|> build_conn("/api/events", payload)
74-
|> Plug.Conn.put_req_header("user-agent", :binary.copy("a", 1024 * 16))
74+
|> Plug.Conn.put_req_header("user-agent", :binary.copy("a", 1024 * 32))
7575

7676
assert {:ok, request, _conn} = Request.build(conn)
7777

0 commit comments

Comments
 (0)