From 945f6008c8817abd7ca43a40368d33bb1e014c14 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 14 Nov 2024 13:28:14 +0100 Subject: [PATCH] Increase proof period to 90 seconds on hardhat network reason: on windows, integration tests run so slow that they cannot fill a slot within 60 seconds --- configuration/networks/hardhat/configuration.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/networks/hardhat/configuration.js b/configuration/networks/hardhat/configuration.js index b15d587..c5386c9 100644 --- a/configuration/networks/hardhat/configuration.js +++ b/configuration/networks/hardhat/configuration.js @@ -8,10 +8,10 @@ module.exports = { proofs: { // period has to be less than downtime * blocktime // blocktime can be 1 second with hardhat in automine mode - period: 60, // seconds + period: 90, // seconds timeout: 30, // seconds - downtime: 64, // number of blocks - downtimeProduct: 67 // number of blocks + downtime: 96, // number of blocks + downtimeProduct: 97 // number of blocks }, reservations: { maxReservations: 3