From 81a6dbbbbc41d009200eb60faaf29b28a716525d Mon Sep 17 00:00:00 2001 From: "Tom C (DLS)" <101418278+coretl@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:13:05 +0100 Subject: [PATCH] Extend sleep time (#566) --- tests/epics/adsimdetector/test_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/epics/adsimdetector/test_sim.py b/tests/epics/adsimdetector/test_sim.py index 5bbb240bef..149835aa49 100644 --- a/tests/epics/adsimdetector/test_sim.py +++ b/tests/epics/adsimdetector/test_sim.py @@ -57,7 +57,7 @@ def count_sim(dets: List[StandardDetector], times: int = 1): for det in dets: yield from bps.trigger(det, wait=False, group="wait_for_trigger") - yield from bps.sleep(0.1) + yield from bps.sleep(0.2) [ set_mock_value( cast(adcore.ADHDFWriter, det.writer).hdf.num_captured,