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,