21541: Code cleanup and additional memory usage improvements
[arvados.git] / services / fuse / tests / mount_test_base.py
index e0479d3668f9666867952c48b8024eab68fb1cdd..02f40097240b6a8d5933e61376197dfa91fd9610 100644 (file)
@@ -105,7 +105,7 @@ class MountTestBase(unittest.TestCase):
             self.llfuse_thread.join(timeout=60)
             if self.llfuse_thread.is_alive():
                 logger.warning("MountTestBase.tearDown():"
-                               " llfuse thread still alive 20s after umount"
+                               " llfuse thread still alive 60s after umount"
                                " -- exiting with SIGKILL")
                 os.kill(os.getpid(), signal.SIGKILL)
             waited = time.time() - t0