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 c8f71d7 commit 2a417bbCopy full SHA for 2a417bb
packages/amplify_flutter/example/ios/unit_tests/AtomicResultTests.swift
@@ -79,7 +79,7 @@ class AtomicResultTests: XCTestCase {
79
let atomicResult = AtomicResult(result, #function)
80
81
DispatchQueue.global().sync {
82
- DispatchQueue.concurrentPerform(iterations: 1000) { i in
+ DispatchQueue.concurrentPerform(iterations: 10) { i in
83
atomicResult(nil)
84
}
85
0 commit comments