bitcoin/test/functional/test_framework
MarcoFalke ddc0a600b3
Merge #18617: test: add factor option to adjust test timeouts
2742c34286 test: add factor option to adjust test timeouts (Harris)

Pull request description:

  This PR adds a new option **factor** that can be used to adjust timeouts in various functional tests.
  Several timeouts and functions from `authproxy`, `mininode`, `test_node` and `util` have been adapted to use this option. The factor-option definition is located in `test_framework.py`.

  Fixes https://github.com/bitcoin/bitcoin/issues/18266
  Also Fixes https://github.com/bitcoin/bitcoin/issues/18834

ACKs for top commit:
  MarcoFalke:
    Thanks! ACK 2742c34286

Tree-SHA512: 6d8421933ba2ac1b7db00b70cf2bc242d9842c48121c11aadc30b0985c4a174c86a127d6402d0cd73b993559d60d4f747872d21f9510cf4806e008349780d3ef
2020-05-03 08:58:56 -04:00
..
__init__.py
address.py
authproxy.py
blocktools.py
coverage.py
descriptors.py
key.py
messages.py
mininode.py Merge #18617: test: add factor option to adjust test timeouts 2020-05-03 08:58:56 -04:00
netutil.py
script.py Merge #18576: test: use unittest for test_framework unit testing 2020-04-30 09:30:13 -04:00
script_util.py
segwit_addr.py
siphash.py
socks5.py
test_framework.py Merge #18617: test: add factor option to adjust test timeouts 2020-05-03 08:58:56 -04:00
test_node.py test: add factor option to adjust test timeouts 2020-05-03 01:42:40 +02:00
test_shell.py
util.py Merge #18617: test: add factor option to adjust test timeouts 2020-05-03 08:58:56 -04:00
wallet_util.py