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 2968a48 commit 47011b5Copy full SHA for 47011b5
Tests/AsyncDNSResolverTests/c-ares/CAresDNSResolverTests.swift
@@ -202,7 +202,8 @@ final class CAresDNSResolverTests: XCTestCase {
202
}
203
204
205
- try await run("queryTXT", times: 5 /* TXT lookups are very slow in CI and lead to timeouts */) { i in
+ // TXT lookups are very slow in CI and lead to timeouts.
206
+ try await run("queryTXT", times: 5) { i in
207
let reply = try await resolver.queryTXT(name: "apple.com")
208
if verbose {
209
print("[TXT] run #\(i) result: \(reply)")
0 commit comments