Skip to content

Commit f1fb25b

Browse files
author
Nikola Stojanovic
committed
Make integration test for long labels more lenient
1 parent 7b1e4d7 commit f1fb25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftUIDebugScanTests/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ struct EdgeCaseTests {
289289
let endTime = CFAbsoluteTimeGetCurrent()
290290
let duration = endTime - startTime
291291

292-
#expect(duration < 0.005, "Long label (\(expectedLength) chars) should not impact performance: \(duration)s")
292+
#expect(duration < 0.01, "Long label (\(expectedLength) chars) should not impact performance: \(duration)s")
293293
}
294294
}
295295

0 commit comments

Comments
 (0)