We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9dcb1 commit 0ed90f2Copy full SHA for 0ed90f2
tests/transport/epics/pva/test_p4p.py
@@ -646,5 +646,5 @@ async def put_pvs():
646
for put_call, expected_duration in enumerate([0.2, 0]):
647
start, end = command_runs_for_a_while_times[put_call]
648
assert (
649
- pytest.approx((end - start).total_seconds(), abs=0.05) == expected_duration
+ pytest.approx((end - start).total_seconds(), abs=0.1) == expected_duration
650
)
0 commit comments