Skip to content

Commit bff1f23

Browse files
committed
Try to reduce the count to avoid timeouts
1 parent 3dac5ef commit bff1f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncDNSResolverTests/c-ares/CAresDNSResolverTests.swift

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

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

0 commit comments

Comments
 (0)