diff --git a/tests/integration/testcase.py b/tests/integration/testcase.py index 75ce9c284..84abf8e32 100644 --- a/tests/integration/testcase.py +++ b/tests/integration/testcase.py @@ -62,7 +62,7 @@ class CommandTestCase(IntegrationTestCase): timeout = 180 LEDGER = lbrynet.wallet MANAGER = LbryWalletManager - VERBOSITY = logging.DEBUG + VERBOSITY = logging.WARN async def asyncSetUp(self): await super().asyncSetUp()