Skip to content

Commit 47011b5

Browse files
committed
Format fix
1 parent 2968a48 commit 47011b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/AsyncDNSResolverTests/c-ares/CAresDNSResolverTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ final class CAresDNSResolverTests: XCTestCase {
202202
}
203203
}
204204

205-
try await run("queryTXT", times: 5 /* TXT lookups are very slow in CI and lead to timeouts */) { i in
205+
// TXT lookups are very slow in CI and lead to timeouts.
206+
try await run("queryTXT", times: 5) { i in
206207
let reply = try await resolver.queryTXT(name: "apple.com")
207208
if verbose {
208209
print("[TXT] run #\(i) result: \(reply)")

0 commit comments

Comments
 (0)