Updated test_rollover delay to just over a second.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index e4fc266..b27ff6a 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -3586,7 +3586,7 @@
         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