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

Fix flaky gesell integration test: sendFaucetTx method #222

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

clangenb
Copy link
Member

@clangenb clangenb commented Dec 2, 2021

As of jest > 27 the jest.setTimout method does not seem to work correctly: jestjs/jest#11500. This leads to a timeout error-rate of 30% in the CI.

This workaround should solve this and thereby fix the flaky gesell-integration test.

Edit: Seems to do the trick. I run the tests about 10 times, and it did not fail once.

@clangenb clangenb force-pushed the cl/fix-flaky-js-test branch from 44767bf to d5d9542 Compare December 2, 2021 22:06
@clangenb clangenb force-pushed the cl/fix-flaky-js-test branch from d5d9542 to ef372be Compare December 3, 2021 06:44
@clangenb clangenb changed the title Fix flaky gesell integration test Fix flaky gesell integration test: sendFaucetTx method Dec 3, 2021
@clangenb clangenb requested a review from brenzi December 3, 2021 07:18
@clangenb clangenb merged commit 6c1b438 into master Dec 3, 2021
@clangenb clangenb deleted the cl/fix-flaky-js-test branch December 3, 2021 07:45
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.

2 participants