Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ecto/adapters/sql/sandbox.ex
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
ownership_timeout: NEW_TIMEOUT_IN_MILLISECONDS

The `:ownership_timeout` option is part of `DBConnection.Ownership`
and defaults to 60000ms. Timeouts are given as integers in milliseconds.
and defaults to 120000ms. Timeouts are given as integers in milliseconds.

Alternately, if this is an issue for only a handful of long-running tests,
you can pass an `:ownership_timeout` option when calling
Expand Down