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 1de4b19 + 22f9f6d commit 44068afCopy full SHA for 44068af
Tests/AWSLambdaRuntimeTests/LambdaClockTests.swift
@@ -89,7 +89,7 @@ struct LambdaClockTests {
89
90
// Allow some tolerance for timing precision
91
#expect(elapsed >= .milliseconds(40))
92
- #expect(elapsed <= .milliseconds(100))
+ #expect(elapsed <= .milliseconds(200))
93
}
94
95
@Test("Sleep with past deadline returns immediately")
0 commit comments