We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980fffd commit 3ce3e06Copy full SHA for 3ce3e06
lib/sage/exceptions.ex
@@ -21,7 +21,7 @@ defmodule Sage.AsyncTransactionTimeoutError do
21
def message(%__MODULE__{name: name, timeout: timeout}) do
22
"""
23
asynchronous transaction for operation #{name} has timed out,
24
- expected it to return within #{to_string(timeout)} microseconds
+ expected it to return within #{to_string(timeout)} milliseconds
25
26
end
27
0 commit comments