diff --git a/readthedocs/rtd_tests/tests/test_core_utils.py b/readthedocs/rtd_tests/tests/test_core_utils.py index 9c5d5c0b46b..a009982b723 100644 --- a/readthedocs/rtd_tests/tests/test_core_utils.py +++ b/readthedocs/rtd_tests/tests/test_core_utils.py @@ -62,8 +62,8 @@ def test_trigger_build_rounded_time_limit(self, update_docs): update_docs().si.assert_has_calls([ mock.call( self.project.pk, - time_limit=720, - soft_time_limit=600, + time_limit=3, + soft_time_limit=3, queue=mock.ANY, force=False, record=True,