diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 18:42:57 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-28 18:35:09 -0500 |
commit | fa852f0e8d35ec520e34ef4206573da025986862 (patch) | |
tree | d4407978acd28a044dd2f98876471d07c18fc1dd /test/functional/feature_dersig.py | |
parent | 20268c6d767b4c212504aeb3f55ecf31789ec12e (diff) |
test: Bump timeout on tests that timeout on windows
Diffstat (limited to 'test/functional/feature_dersig.py')
-rwxr-xr-x | test/functional/feature_dersig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_dersig.py b/test/functional/feature_dersig.py index 9cbc1b39bd..8ff9498ef3 100755 --- a/test/functional/feature_dersig.py +++ b/test/functional/feature_dersig.py @@ -47,6 +47,7 @@ class BIP66Test(BitcoinTestFramework): self.num_nodes = 1 self.extra_args = [['-whitelist=127.0.0.1', '-par=1', '-enablebip61']] # Use only one script thread to get the exact reject reason for testing self.setup_clean_chain = True + self.rpc_timeout = 120 def skip_test_if_missing_module(self): self.skip_if_no_wallet() |