Skip to content

Commit c9c7902

Browse files
committed
clean up tests
1 parent f026829 commit c9c7902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/OptimizelyTests-MultiClients/MultiClientsTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class MultiClientsTests: XCTestCase {
3131
}
3232

3333
func testMultiClients() {
34-
let numThreads = 10
35-
let numEventsPerThread = 100
34+
let numThreads = 5
35+
let numEventsPerThread = 50
3636

3737
sdkKeys = OTUtils.makeRandomSdkKeys(numThreads)
3838

@@ -81,8 +81,8 @@ class MultiClientsTests: XCTestCase {
8181
}
8282

8383
func testMultiClients_sharedEventDispatcher() {
84-
let numThreads = 10
85-
let numEventsPerThread = 20
84+
let numThreads = 5
85+
let numEventsPerThread = 10
8686

8787
sdkKeys = OTUtils.makeRandomSdkKeys(numThreads)
8888
let sharedEventDispatcher = DumpEventDispatcher(timerInterval: 0)

0 commit comments

Comments
 (0)