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 f026829 commit c9c7902Copy full SHA for c9c7902
Tests/OptimizelyTests-MultiClients/MultiClientsTests.swift
@@ -31,8 +31,8 @@ class MultiClientsTests: XCTestCase {
31
}
32
33
func testMultiClients() {
34
- let numThreads = 10
35
- let numEventsPerThread = 100
+ let numThreads = 5
+ let numEventsPerThread = 50
36
37
sdkKeys = OTUtils.makeRandomSdkKeys(numThreads)
38
@@ -81,8 +81,8 @@ class MultiClientsTests: XCTestCase {
81
82
83
func testMultiClients_sharedEventDispatcher() {
84
85
- let numEventsPerThread = 20
+ let numEventsPerThread = 10
86
87
88
let sharedEventDispatcher = DumpEventDispatcher(timerInterval: 0)
0 commit comments