Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_make_build_commands(self):
405405
"command": "$READTHEDOCS_VIRTUALENV_PATH/bin/python -m sphinx",
406406
"description": "Python and Sphinx command",
407407
"exit_code": 0,
408-
"start_time": start_time,
408+
"start_time": start_time + datetime.timedelta(seconds=1),
409409
"end_time": end_time,
410410
},
411411
format='json',

0 commit comments

Comments
 (0)