aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_dersig.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-03-13 11:10:36 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-03-14 22:15:52 -0400
commitfa192952507dbe5f405abffce38b3556923ba271 (patch)
treef9049572c3f0bfc332acd44047482e23cbbc0906 /test/functional/feature_dersig.py
parente2d36639ca87b980b147047e4e47cf160b2c9406 (diff)
downloadbitcoin-fa192952507dbe5f405abffce38b3556923ba271.tar.xz
test: Bump timeouts to avoid valgrind failures
Diffstat (limited to 'test/functional/feature_dersig.py')
-rwxr-xr-xtest/functional/feature_dersig.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/feature_dersig.py b/test/functional/feature_dersig.py
index 9628945a80..38cdf0501e 100755
--- a/test/functional/feature_dersig.py
+++ b/test/functional/feature_dersig.py
@@ -36,7 +36,6 @@ def unDERify(tx):
tx.vin[0].scriptSig = CScript(newscript)
-
class BIP66Test(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
@@ -45,7 +44,7 @@ class BIP66Test(BitcoinTestFramework):
'-par=1', # Use only one script thread to get the exact log msg for testing
]]
self.setup_clean_chain = True
- self.rpc_timeout = 120
+ self.rpc_timeout = 240
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()