Skip to content

Commit

Permalink
fix: increase iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Dec 1, 2023
1 parent 35f2d6a commit b2b899d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class UnleashIntegrationTests: XCTestCase {
// Run isEnabled many times to trigger a data race when the poller is updating the data cache
// This is to test that the poller is thread safe, and you can verify this by running the test with
// swift test --sanitize=thread
for _ in 1...15000 {
for _ in 1...25000 {
let result = unleashClient.isEnabled(name: "dataRaceTest")
XCTAssertFalse(result)
}
Expand Down

0 comments on commit b2b899d

Please sign in to comment.