dash/test/functional/test_framework
UdjinM6 1352362fc6
fix(test): bump quorum_data_request_expiration_timeout to fix p2p_quorum_data.py (#5281)
## Issue being fixed or feature implemented
fix `p2p_quorum_data.py` test broken by #5276


## What was done?
adjust data request expiration timeout in tests

## How Has This Been Tested?
`./test/functional/test_runner.py p2p_quorum_data.py`

## Breaking Changes
n/a

## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation

**For repository code-owners and collaborators only**
- [x] I have assigned this pull request to a milestone
2023-03-30 11:45:15 -05:00
..
__init__.py
address.py Merge #17984: test: Add p2p test for forcerelay permission 2022-10-20 11:48:12 -04:00
authproxy.py
blocktools.py
coverage.py
descriptors.py
key.py
messages.py test: dip4 test adjustement to hpmns (#5207) 2023-02-19 11:33:18 -06:00
mininode.py Merge #19060: test: Remove global wait_until from p2p_getdata 2023-01-22 00:27:52 -06:00
muhash.py
netutil.py
ripemd160.py
script_util.py
script.py
siphash.py
socks5.py
test_framework.py fix(test): bump quorum_data_request_expiration_timeout to fix p2p_quorum_data.py (#5281) 2023-03-30 11:45:15 -05:00
test_node.py Merge #19023: test: Fix intermittent ETIMEDOUT on FreeBSD 2023-01-23 12:22:30 -06:00
test_shell.py Merge #17378: TestShell: Fix typos & implement cleanups 2023-01-23 12:22:29 -06:00
util.py merge bitcoin#21634: Skip SQLite fsyncs while testing 2023-02-07 10:53:33 -06:00
wallet_util.py