@@ -55,34 +55,34 @@ def black_hole_ioc() -> Generator[None, None, None]:
5555
5656def test_motors_can_connect (black_hole_ioc : None ) -> None :
5757 dm1 = DM1 (prefix = "XF:09IDA-OP:1{" , name = "dm1" )
58- dm1 .wait_for_connection (timeout = 10 .0 )
58+ dm1 .wait_for_connection (timeout = 60 .0 )
5959
6060 vpm = VPM (prefix = "XF:09IDA-OP:1{" , name = "vpm" )
61- vpm .wait_for_connection (timeout = 10 .0 )
61+ vpm .wait_for_connection (timeout = 60 .0 )
6262
6363 hpm = HPM (prefix = "XF:09IDA-OP:1{" , name = "hpm" )
64- hpm .wait_for_connection (timeout = 10 .0 )
64+ hpm .wait_for_connection (timeout = 60 .0 )
6565
6666 dm2 = DM2 (prefix = "XF:09IDA-OP:1{" , name = "dm2" )
67- dm2 .wait_for_connection (timeout = 10 .0 )
67+ dm2 .wait_for_connection (timeout = 60 .0 )
6868
6969 dmm = DMM (prefix = "XF:09IDA-OP:1{" , name = "dmm" )
70- dmm .wait_for_connection (timeout = 10 .0 )
70+ dmm .wait_for_connection (timeout = 60 .0 )
7171
7272 dcm = DCM (prefix = "XF:09IDA-OP:1{" , name = "dcm" )
73- dcm .wait_for_connection (timeout = 10 .0 )
73+ dcm .wait_for_connection (timeout = 60 .0 )
7474
7575 dm3 = DM3 (prefix = "XF:09IDB-OP:1{" , name = "dm3" )
76- dm3 .wait_for_connection (timeout = 10 .0 )
76+ dm3 .wait_for_connection (timeout = 60 .0 )
7777
7878 kb = KB (prefix = "XF:09IDC-OP:1{" , name = "kb" )
79- kb .wait_for_connection (timeout = 10 .0 )
79+ kb .wait_for_connection (timeout = 60 .0 )
8080
8181 dm4 = DM4 (prefix = "XF:09IDC-OP:1{" , name = "dm4" )
82- dm4 .wait_for_connection (timeout = 10 .0 )
82+ dm4 .wait_for_connection (timeout = 60 .0 )
8383
8484 gon = GON (prefix = "XF:09IDC-OP:1{" , name = "gon" )
85- gon .wait_for_connection (timeout = 10 .0 )
85+ gon .wait_for_connection (timeout = 60 .0 )
8686
8787 bcu = BCU (prefix = "XF:09IDC-OP:1{" , name = "bcu" )
88- bcu .wait_for_connection (timeout = 10 .0 )
88+ bcu .wait_for_connection (timeout = 60 .0 )
0 commit comments