From 3369445e412dedcbfedd7bf3431ae71b568311ae Mon Sep 17 00:00:00 2001 From: Marco Lipparini <1532277+liarco@users.noreply.github.com> Date: Fri, 11 Mar 2022 01:02:47 +0100 Subject: [PATCH] Increasing the default timeout when using Truffle Dashboard (#113) --- smart-contract/hardhat.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-contract/hardhat.config.ts b/smart-contract/hardhat.config.ts index 000769647..8e980ba91 100644 --- a/smart-contract/hardhat.config.ts +++ b/smart-contract/hardhat.config.ts @@ -100,6 +100,7 @@ const config: HardhatUserConfig = { networks: { truffle: { url: 'http://localhost:24012/rpc', + timeout: 60000, }, }, gasReporter: {