From 10b1712774abc69472ebab6237770a5ea91ec5bd Mon Sep 17 00:00:00 2001 From: Lilith Cole <52697922+LilithCole@users.noreply.github.com> Date: Wed, 2 Jul 2025 09:17:03 +0100 Subject: [PATCH] wait longer dor the ioc to process before failing --- tests/cryosms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cryosms.py b/tests/cryosms.py index 283602d0..d3126e75 100644 --- a/tests/cryosms.py +++ b/tests/cryosms.py @@ -200,7 +200,7 @@ def test_GIVEN_psu_at_field_strength_A_WHEN_told_to_ramp_to_B_THEN_correct_rates self.ca.assert_that_pv_is("RAMP:STAT", "HOLDING ON TARGET", timeout=120) self.ca.assert_that_pv_is_within_range("OUTPUT", end_point - 0.01, end_point + 0.01) - self.ca.assert_that_pv_is("STAT", "Ready") + self.ca.assert_that_pv_is("STAT", "Ready", timeout=20) self.ca.assert_that_pv_is("READY", "Ready") self.ca.assert_that_pv_is("RAMP:RAMPING", "Not Ramping")