Commit a22c36eb authored by Owleksiy's avatar Owleksiy Committed by norswap

challenge_fault: attempt to fix timeout

 * use IP instead of hostname for HH node -> takes DNS out of the picture
 * increase the timeout
parent 8f106ff1
...@@ -18,8 +18,9 @@ module.exports = { ...@@ -18,8 +18,9 @@ module.exports = {
//defaultNetwork: "hosthat", //defaultNetwork: "hosthat",
networks: { networks: {
hosthat: { hosthat: {
url: "http://localhost:8545/", url: "http://127.0.0.1:8545/",
accounts: ["0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"] accounts: ["0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"],
timeout: 600_000,
}, },
cheapeth: { cheapeth: {
url: "https://rpc.cheapeth.org/rpc", url: "https://rpc.cheapeth.org/rpc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment