We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b74999 commit e8bbe52Copy full SHA for e8bbe52
readthedocs/rtd_tests/tests/test_api.py
@@ -405,7 +405,7 @@ def test_make_build_commands(self):
405
"command": "$READTHEDOCS_VIRTUALENV_PATH/bin/python -m sphinx",
406
"description": "Python and Sphinx command",
407
"exit_code": 0,
408
- "start_time": start_time,
+ "start_time": start_time + datetime.timedelta(seconds=1),
409
"end_time": end_time,
410
},
411
format='json',
0 commit comments