Transactionwasn't processed in 240 seconds! when working with Quorum
See original GitHub issue- I’ve asked for help in the Truffle Gitter before filing this issue.
Issue
I am trying to call methods on my deployed contract with truffle-contract
but it doesn’t return anything untill the 240 sec limit is reached and i get that error.
Steps to Reproduce
I run my quorum dev network with docker-compose. i have 2 makers/voters & 2 spectators and 1 voter. run my js script calling a function on my contract.
Expected Behavior
transaction succeeding and getting back results
Actual Results
pending for 240 second then getting the 240 seconds error
Environment
- Operating System: Zen arch linux
- Ethereum client: quorum : Geth/v1.5.0-unstable-ddb011f3/linux/go1.8
- Truffle version (
truffle version
): truffle-contract : 3.0.4 - node version (
node --version
): 9.5.0 - npm version (
npm --version
): 5.6.0
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK go on.
Hi, I see this problem with
rinkeby.infura.io
. I have a node.js app that usestruffle-contract
to make write multiple transactions in a short time span. Is there any way to increase this timeout or is it something fixed in web3?