Commit b7b1930f authored by Vinay Sajip's avatar Vinay Sajip

Updated test_rollover delay to just over a second.

parent e36f3752
......@@ -3586,7 +3586,7 @@ class TimedRotatingFileHandlerTest(BaseFileTest):
r = logging.makeLogRecord({'msg': 'testing'})
fh.emit(r)
self.assertLogFile(self.fn)
time.sleep(1.0)
time.sleep(1.01) # just a little over a second ...
fh.emit(r)
fh.close()
# At this point, we should have a recent rotated file which we
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment