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: Error: Timeout of 20000ms exceeded #553

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Sep 13, 2023

Issue being fixed or feature implemented

Drive smoke tests were failing on all nodes with:

  1) Smoke
       Drive
         HP masternodes
           "before all" hook: Collect echo info from Drive in "HP masternodes":
     Error: Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/strophy/Code/dashpay/dash-network-deploy/test/smoke/index.spec.js)
      at listOnTimeout (node:internal/timers:569:17)
      at process.processTimers (node:internal/timers:512:7)

What was done?

I noticed that the Tenderdash tests run the exact same command, but were not failing as a whole. Adjusting the timeout to match the value in the Tenderdash tests resolves the issue for me. I don't know why this works, but it does.

How Has This Been Tested?

Against testnet

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@strophy strophy requested a review from shumkov September 13, 2023 02:29
@shumkov shumkov merged commit 0d1373d into v0.25-dev Sep 13, 2023
@shumkov shumkov deleted the fix/drive-test-timeout branch September 13, 2023 12:33
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