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 89cd259 commit 6b07955Copy full SHA for 6b07955
Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift
@@ -299,7 +299,7 @@ struct LambdaRuntimeClientTests {
299
try await writer.writeAndFinish(ByteBuffer(string: "hello"))
300
301
// continue to simulate traffic until the server reports it has closed the connection
302
- for i in 1...100 {
+ for _ in 1...1000 {
303
let (_, writer2) = try await runtimeClient.nextInvocation()
304
try await writer2.writeAndFinish(ByteBuffer(string: "hello"))
305
}
0 commit comments