diff options
| author | Ross Nicoll <[email protected]> | 2021-02-05 23:34:44 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-02-05 23:36:38 +0000 |
| commit | a4638bb50f17718dd28481f441a30c51686013e8 (patch) | |
| tree | a45750b599bec04312a4f932f9c22418c01a2022 /qa/pull-tester/rpc-tests.py | |
| parent | Merge pull request #1669 from carsenk/master (diff) | |
| download | discoin-a4638bb50f17718dd28481f441a30c51686013e8.tar.xz discoin-a4638bb50f17718dd28481f441a30c51686013e8.zip | |
Adapt block download timeouts to Dogecoin
Block download timeouts are expressed as a fraction of block interval time, so Dogecoin values have been too aggressive.
Matching Bitcoin values as a starting point.
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index e278b7251..f36b54dc0 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -116,7 +116,7 @@ testScripts = [ 'wallet-dump.py', 'listtransactions.py', # vv Tests less than 60s vv - # 'sendheaders.py', + 'sendheaders.py', 'zapwallettxes.py', 'importmulti.py', 'mempool_limit.py', |