Skip to content

Commit

Permalink
Reduce mock network delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewc committed Apr 19, 2024
1 parent 45eca62 commit bd7d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debug App/Tests/Unit Tests/Mocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class MockPrimerAPIConfigurationModule: PrimerAPIConfigurationModuleProtocol {

// MARK: - MOCKED PROPERTIES

var mockedNetworkDelay: TimeInterval = 2
var mockedNetworkDelay: TimeInterval = 0.5
var mockedAPIConfiguration: PrimerAPIConfiguration?

func setupSession(
Expand Down

0 comments on commit bd7d9c2

Please sign in to comment.