HomePhabricator

Merge #15507: test: Bump timeout on tests

Description

Merge #15507: test: Bump timeout on tests

Summary:
fa852f0e8d test: Bump timeout on tests that timeout on windows (MarcoFalke)

Pull request description:

Those tests build a ton of blocks and time out for me on Windows with:

```
test_framework.authproxy.JSONRPCException: 'generatetoaddress' RPC took longer than 60.000000 seconds. Consider using larger timeout for calls that take longer to return. (-344)

Tree-SHA512: a8fffeaddd02c051fbcc04bfac69f6ed826b8f16616e3b2e210a469d07c3e5706baab8121f1cd7ed265481de3a6197cf371513e2afbe506cf13b1dabfe3a0005

Backport of Core PR15507
https://github.com/bitcoin/bitcoin/pull/15507/files

We're seeing these timeouts occasionally on CI: https://build.bitcoinabc.org/viewLog.html?buildId=26186&buildTypeId=BitcoinABC_Master_BitcoinAbcMasterUbsan&tab=buildLog&state=&expand=all&_focus=857#_state=

Test Plan: test_runner.py

Reviewers: #bitcoin_abc, deadalnix, nakihito

Reviewed By: nakihito

Differential Revision: https://reviews.bitcoinabc.org/D4964