Page MenuHomePhabricator

tests: increase timeout in getnettotals test
ClosedPublic

Authored by PiRK on Dec 22 2021, 12:53.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC2228b24e18a6: tests: increase timeout in getnettotals test
Summary

We saw test failure in a CI run, because the time between the first ping and the last pong was about 4 seconds and the response for getnettotals was not up to date after one second.
Bumping the timeouts from 1 s to 10 s should allow the nodes to synchronize their states and make the test more reliable when it is run on a slow system.

Test Plan

ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Dec 22 2021, 12:53
PiRK edited the summary of this revision. (Show Details)

Bump all 4 timeouts. The delay could also happen because of the second node.

This revision is now accepted and ready to land.Dec 22 2021, 14:32
This revision was automatically updated to reflect the committed changes.