Skip to content

Commit

Permalink
Increase performance measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Oct 16, 2023
1 parent 07f137d commit b675e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreamVideoTests/CallState/CallState_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ final class CallState_Tests: XCTestCase {
let subject = CallState()
let cycleCount = 250

assertDuration(maxDuration: 1) {
assertDuration(maxDuration: 5) {
/// Add 2500 users
(0..<10).forEach {
add(count: cycleCount, namePrefix: $0, in: subject)
Expand Down

0 comments on commit b675e4f

Please sign in to comment.