Skip to content

Commit 476b4fd

Browse files
committed
Bump timeout to infinity
1 parent 2229ed7 commit 476b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/format.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ defmodule Mix.Tasks.Format do
202202

203203
args
204204
|> expand_args(dot_formatter, formatter_opts_and_subs, opts)
205-
|> Task.async_stream(&format_file(&1, opts), ordered: false, timeout: 30000)
205+
|> Task.async_stream(&format_file(&1, opts), ordered: false, timeout: :infinity)
206206
|> Enum.reduce({[], []}, &collect_status/2)
207207
|> check!()
208208
end

0 commit comments

Comments
 (0)