Skip to content

Commit 2a417bb

Browse files
authored
chore(flutter): Fix AtomicResultTest (#1363)
1 parent c8f71d7 commit 2a417bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify_flutter/example/ios/unit_tests/AtomicResultTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class AtomicResultTests: XCTestCase {
7979
let atomicResult = AtomicResult(result, #function)
8080

8181
DispatchQueue.global().sync {
82-
DispatchQueue.concurrentPerform(iterations: 1000) { i in
82+
DispatchQueue.concurrentPerform(iterations: 10) { i in
8383
atomicResult(nil)
8484
}
8585
}

0 commit comments

Comments
 (0)