ci: Enable all functional tests in valgrind

This commit is contained in:
MarcoFalke
2020-03-09 14:39:10 -04:00
parent 5518eeec27
commit 4444edc2e6
4 changed files with 4 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ class SegWitTest(BitcoinTestFramework):
"-addresstype=legacy",
],
]
self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()