From 4444edc2e6671d3f73de3725447130f73ecf0375 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 9 Mar 2020 14:39:10 -0400 Subject: ci: Enable all functional tests in valgrind --- test/functional/feature_segwit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/feature_segwit.py') diff --git a/test/functional/feature_segwit.py b/test/functional/feature_segwit.py index 82c7e55245..909a43c8d9 100755 --- a/test/functional/feature_segwit.py +++ b/test/functional/feature_segwit.py @@ -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() -- cgit v1.2.3