Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build, test: Remove unused TIMEOUT environment variable #30063

Merged
merged 1 commit into from May 9, 2024

Conversation

hebasto
Copy link
Member

@hebasto hebasto commented May 8, 2024

Setting the TIMEOUT environment variable has been a noop in both cases since its introduction.

It seems to have been inadvertently copy-pasted from existed code. For example, in commit d80e3cb, it was needlessly copied from a valid case a few lines above for the qa/pull-tester/run-bitcoind-for-test.sh script.

Setting the `TIMEOUT` environment variable has been a noop in both cases
since its introduction.

It seems to have been inadvertently copy-pasted from existing code. For
example, in commit d80e3cb, it was
needlessly copied from a valid case a few line above for the
`qa/pull-tester/run-bitcoind-for-test.sh` script.
@DrahtBot
Copy link
Contributor

DrahtBot commented May 8, 2024

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Code Coverage

For detailed information about the code coverage, see the test coverage report.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK maflcko, edilmedeiros

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@maflcko
Copy link
Member

maflcko commented May 8, 2024

utACK 189d0da

@edilmedeiros
Copy link
Contributor

ACK 189d0da

Kind of tested with

❯ ./configure --with-boost=/opt/local/libexec/boost/1.78 --disable-wallet --with-gui=no --disable-gui-tests --disable-zmq --disable-man --without-bdb --enable-lcov
❯ make -j11 cov

which I guess would cover the functional_test.info rule.

@fanquake fanquake merged commit 6f1d906 into bitcoin:master May 9, 2024
16 checks passed
@hebasto hebasto deleted the 240508-timeout branch May 9, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants