Skip to content

Commit 22f9f6d

Browse files
sebstoSebastien Stormacq
andauthored
Double time interval to allow test to succeed on slow machines (#583)
See #582 Co-authored-by: Sebastien Stormacq <[email protected]>
1 parent 461c18a commit 22f9f6d

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)