Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout error with default timeout value #60

Open
AntoineAugusti opened this issue Mar 21, 2024 · 0 comments
Open

Timeout error with default timeout value #60

AntoineAugusti opened this issue Mar 21, 2024 · 0 comments

Comments

@AntoineAugusti
Copy link

AntoineAugusti commented Mar 21, 2024

Hey,

We're something seeing timeout errors on GitHub Actions when omitting the timeout value.

According to this line

def resolve(domain, type \\ :a, opts \\ [], timeout \\ :infinity) do
the default value should be :infinity.

In that case, how is it possible to get a timeout error with the following code?

DNS.resolve("default._domainkey.#{@domain_name}", :txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant