question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
moda20commented, Mar 29, 2018

OK go on.

0reactions
lakamsanicommented, Jul 3, 2018

Hi, I see this problem with rinkeby.infura.io. I have a node.js app that uses truffle-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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found