We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3bdb7 commit 7ad0196Copy full SHA for 7ad0196
1 file changed
lib/ecto/adapters/sql/sandbox.ex
@@ -226,7 +226,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
226
ownership_timeout: NEW_TIMEOUT_IN_MILLISECONDS
227
228
The `:ownership_timeout` option is part of `DBConnection.Ownership`
229
- and defaults to 60000ms. Timeouts are given as integers in milliseconds.
+ and defaults to 120000ms. Timeouts are given as integers in milliseconds.
230
231
Alternately, if this is an issue for only a handful of long-running tests,
232
you can pass an `:ownership_timeout` option when calling
0 commit comments