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.
2 parents 49b530f + 100da9a commit 4ecc580Copy full SHA for 4ecc580
Tests/SwiftUIDebugScanTests/IntegrationTests.swift
@@ -289,7 +289,7 @@ struct EdgeCaseTests {
289
let endTime = CFAbsoluteTimeGetCurrent()
290
let duration = endTime - startTime
291
292
- #expect(duration < 0.001, "Long label (\(expectedLength) chars) should not impact performance: \(duration)s")
+ #expect(duration < 0.005, "Long label (\(expectedLength) chars) should not impact performance: \(duration)s")
293
}
294
295
0 commit comments