Skip to content

Commit 44068af

Browse files
author
Sebastien Stormacq
committed
Merge branch 'main' into sebsto/fix_584
2 parents 1de4b19 + 22f9f6d commit 44068af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AWSLambdaRuntimeTests/LambdaClockTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct LambdaClockTests {
8989

9090
// Allow some tolerance for timing precision
9191
#expect(elapsed >= .milliseconds(40))
92-
#expect(elapsed <= .milliseconds(100))
92+
#expect(elapsed <= .milliseconds(200))
9393
}
9494

9595
@Test("Sleep with past deadline returns immediately")

0 commit comments

Comments
 (0)