Page MenuHomePhabricator

Merge #15507: test: Bump timeout on tests
ClosedPublic

Authored by jasonbcox on Jan 16 2020, 22:46.

Details

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

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr15507
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8986
Build 15934: Default Diff Build & Tests
Build 15933: arc lint + arc unit

Event Timeline

test/functional/feature_assumevalid.py
194

This doesn't match the original PR because we skipped this backport: https://github.com/bitcoin/bitcoin/pull/15022/files

This revision is now accepted and ready to land.Jan 16 2020, 22:52