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

Double unit test timeout in github CI #3363

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

dsiganos
Copy link
Contributor

Sometimes, the core_test and other tests, timeout when running in github
CI. the tell tell sign of a timeout is the return code 124, which is
returned by the timeout command.

The CI computers are slow and as we add more and more tests we need to
adjust this value to accommodate the slowness and the extra tests.

I doubled the timeout so that there is less of a chance of failing
due to timeout.

Sometimes, the core_test and other tests, timeout when running in github
CI. the tell tell sign of a timeout is the return code 124, which is
returned by the timeout command.

The CI computers are slow and as we add more and more tests we need to
adjust this value to accommodate the slowness and the extra tests.

I doubled the timeout so that there is less of a chance of failing
due to timeout.
@dsiganos dsiganos requested a review from argakiig June 30, 2021 14:23
@dsiganos dsiganos merged commit 0e67166 into nanocurrency:develop Jul 1, 2021
@zhyatt zhyatt added the unit test Related to a new, changed or fixed unit test label Jul 16, 2021
@zhyatt zhyatt added this to the V23.0 milestone Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Related to a new, changed or fixed unit test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants