"If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networkName].networkCheckTimeout property to do this."

Am trying to migrate to Rinkeby and am getting this error " If you have a slow internet connection, try configuring a longer timeout in your Truffle config. Use the networks[networkName].networkCheckTimeout property to do this ."
How do I implement this?

:computer: Environment
Node v12.19.0
Web3.js v1.2.9.

:memo:Details

1 Like

I think just like the recommend:

rinkeby: {
            xxxxx,
            networkCheckTimeout: 999999,          <<-------- add config at here!
        },
3 Likes

Hi @Altaergo,

I haven’t come across this before. I would check that your configuration to use Infura is setup correctly.

1 Like

It is as Skyge said, had the same problem, solved it with that param.

1 Like