Skip to content

Commit

Permalink
change plunger speeds in test to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Aug 15, 2024
1 parent a734821 commit 8b73c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tests/opentrons/hardware_control/test_ot3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def fake_settings() -> CapacitivePassSettings:
def fake_liquid_settings() -> LiquidProbeSettings:
return LiquidProbeSettings(
mount_speed=5,
plunger_speed=20,
plunger_speed=15,
plunger_impulse_time=0.2,
sensor_threshold_pascals=15,
output_option=OutputOptions.can_bus_only,
Expand Down Expand Up @@ -820,7 +820,7 @@ async def test_liquid_probe(
mock_liquid_probe.return_value = 140
fake_settings_aspirate = LiquidProbeSettings(
mount_speed=5,
plunger_speed=20,
plunger_speed=15,
plunger_impulse_time=0.2,
sensor_threshold_pascals=15,
output_option=OutputOptions.can_bus_only,
Expand Down

0 comments on commit 8b73c99

Please sign in to comment.