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