Skip to content

Commit b9834a9

Browse files
author
alexrp
committed
Use System.services_timeout/0 in Mix.
1 parent 4371a1a commit b9834a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Mix.Server do
1212
end
1313

1414
def call(arg) do
15-
:gen_server.call(__MODULE__, arg)
15+
:gen_server.call(__MODULE__, arg, System.services_timeout)
1616
end
1717

1818
def cast(arg) do

0 commit comments

Comments
 (0)