Skip to content

Commit

Permalink
In test_atcs.py assert_called_with with 240 s
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Dec 12, 2023
1 parent 34f1c22 commit 67f3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auxtel/test_atcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ async def test_slew_ephem_target(self) -> None:
dDec=0.0,
rotPA=Angle(rot_sky, unit=u.deg).deg,
validateOnly=False,
timeout=1,
timeout=240.0,
)

self.atcs.rem.atptg.cmd_stopTracking.start.assert_not_awaited()
Expand Down

0 comments on commit 67f3648

Please sign in to comment.