Page MenuHomePhabricator

[tests] bump timeout for receiving proof in get_ava_p2p_interface
ClosedPublic

Authored by PiRK on Feb 2 2023, 17:24.

Details

Summary

I saw a CI failure due to a proof being received after 3 seconds: https://reviews.bitcoinabc.org/D13097#290754

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
bump_timeoutabc_p2p_compactproofs
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21920
Build 43475: Build Diffbuild-clang-tidy · build-without-wallet · build-clang · build-debug · build-diff
Build 43474: arc lint + arc unit

Event Timeline

PiRK requested review of this revision.Feb 2 2023, 17:24
sdulfari added a subscriber: sdulfari.

The proof in the CI failure was nearly 4 seconds so 5 seconds may not be enough headroom. But this does bring this timeout up to match other similarly short timeouts in avatools. If we hit these timeouts in the future we should look at a more general fix instead of bumping with each failure.

This revision is now accepted and ready to land.Feb 2 2023, 19:22