Skip to content

Commit 2d7f6e9

Browse files
committed
Fix test mock check
1 parent c87e81e commit 2d7f6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/rtd_tests/tests/test_core_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def test_trigger_build_rounded_time_limit(self, update_docs):
6262
update_docs().si.assert_has_calls([
6363
mock.call(
6464
self.project.pk,
65-
time_limit=720,
66-
soft_time_limit=600,
65+
time_limit=3,
66+
soft_time_limit=3,
6767
queue=mock.ANY,
6868
force=False,
6969
record=True,

0 commit comments

Comments
 (0)