Skip to content

Commit 945f600

Browse files
committed
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
1 parent 11ccefd commit 945f600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/networks/hardhat/configuration.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ module.exports = {
88
proofs: {
99
// period has to be less than downtime * blocktime
1010
// blocktime can be 1 second with hardhat in automine mode
11-
period: 60, // seconds
11+
period: 90, // seconds
1212
timeout: 30, // seconds
13-
downtime: 64, // number of blocks
14-
downtimeProduct: 67 // number of blocks
13+
downtime: 96, // number of blocks
14+
downtimeProduct: 97 // number of blocks
1515
},
1616
reservations: {
1717
maxReservations: 3

0 commit comments

Comments
 (0)