Skip to content

Commit

Permalink
Extend sleep time (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Sep 10, 2024
1 parent 581f6d9 commit 81a6dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/epics/adsimdetector/test_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 81a6dbb

Please sign in to comment.