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 07a05df commit bbe834fCopy full SHA for bbe834f
Tests/AWSLambdaRuntimeTests/LambdaRuntimeTests.swift
@@ -61,6 +61,9 @@ struct LambdaRuntimeTests {
61
taskGroup.cancelAll()
62
}
63
64
+ // wait a small amount to ensure everything is cancelled and cleanup
65
+ try await Task.sleep(for: .seconds(0.5))
66
+
67
// Running the second runtime should work now
68
try await withThrowingTaskGroup(of: Void.self) { taskGroup in
69
taskGroup.addTask {
0 commit comments