PollingBlockTracker error in CI pipeline #5404
Unanswered
Babitabisht
asked this question in
General Q&A
Replies: 1 comment 2 replies
-
Thanks for reaching out! Can you please share the full exact command you are using to run "Truffle test" Could also share a code snippet where it runs ganache before truffle test? Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a CI pipeline, which is running truffle tests in each commit. The pipeline is running ganache before the truffle test.
The issue is -
ganache is running fine on the defined port but the truffle test fails intermittently, with the following error -
Not sure, what the cause is. I have already tried different solutions available on the internet like increasing networkCheckTimeout and timeoutBlocks but the issue is the same.
This is what my network provider in truffle-config.js looks like -
development: {
host: "127.0.0.1",
port: 9546,
network_id: "*",
networkCheckTimeout: 20000,
timeoutBlocks: 300
},
Beta Was this translation helpful? Give feedback.
All reactions