From 4eb64ad31a2a35343cc7d7ef6d8e7c88d689fe3e Mon Sep 17 00:00:00 2001 From: Dmitry Fesenko Date: Thu, 16 Sep 2021 13:17:15 +0300 Subject: [PATCH] perf: decrease staking delay --- test/staking.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/staking.ts b/test/staking.ts index 91b6138f..9e179109 100644 --- a/test/staking.ts +++ b/test/staking.ts @@ -51,7 +51,7 @@ export const stakingTests = (): void => { let stakingPoolFactory: StakingPoolFactory; const patronRewardPortion = 800; const patronRole = "patronRole"; - const minStakingPeriod = 5; + const minStakingPeriod = 1; const calculateReward = ( stakeAmount: BigNumber,