File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/transport/epics/pva Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2323
2424
2525@pytest .mark .asyncio
26+ @pytest .mark .timeout (2 )
2627async def test_ioc (p4p_subprocess : tuple [str , Queue ]):
2728 pv_prefix , _ = p4p_subprocess
2829 ctxt = Context ("pva" )
@@ -74,7 +75,7 @@ async def test_ioc(p4p_subprocess: tuple[str, Queue]):
7475
7576
7677@pytest .mark .asyncio
77- @pytest .mark .timeout (4 )
78+ @pytest .mark .timeout (5 )
7879async def test_scan_method (p4p_subprocess : tuple [str , Queue ]):
7980 pv_prefix , _ = p4p_subprocess
8081 ctxt = Context ("pva" )
@@ -114,6 +115,7 @@ async def test_scan_method(p4p_subprocess: tuple[str, Queue]):
114115
115116
116117@pytest .mark .asyncio
118+ @pytest .mark .timeout (2 )
117119async def test_command_method (p4p_subprocess : tuple [str , Queue ]):
118120 pv_prefix , _ = p4p_subprocess
119121 d_values = asyncio .Queue ()
@@ -175,6 +177,7 @@ async def test_command_method(p4p_subprocess: tuple[str, Queue]):
175177
176178
177179@pytest .mark .asyncio
180+ @pytest .mark .timeout (2 )
178181async def test_numerical_alarms (p4p_subprocess : tuple [str , Queue ]):
179182 pv_prefix , _ = p4p_subprocess
180183 a_values = asyncio .Queue ()
You can’t perform that action at this time.
0 commit comments