File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pylabrobot/liquid_handling/backends/hamilton Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4904,7 +4904,7 @@ async def aspirate_pip(
49044904 module = "C0" ,
49054905 command = "AS" ,
49064906 tip_pattern = tip_pattern ,
4907- read_timeout = max (120 , self .read_timeout ),
4907+ read_timeout = max (300 , self .read_timeout ),
49084908 at = [f"{ at :01} " for at in aspiration_type ],
49094909 tm = tip_pattern ,
49104910 xp = [f"{ xp :05} " for xp in x_positions ],
@@ -5138,7 +5138,7 @@ async def dispense_pip(
51385138 module = "C0" ,
51395139 command = "DS" ,
51405140 tip_pattern = tip_pattern ,
5141- read_timeout = max (120 , self .read_timeout ),
5141+ read_timeout = max (300 , self .read_timeout ),
51425142 dm = [f"{ dm :01} " for dm in dispensing_mode ],
51435143 tm = [f"{ tm :01} " for tm in tip_pattern ],
51445144 xp = [f"{ xp :05} " for xp in x_positions ],
You can’t perform that action at this time.
0 commit comments