@ -39,22 +39,22 @@ func TestIsEpochBlock(t *testing.T) {
},
{
shardingconfig.TestnetSchedule,
blockNumbered(7),
blockNumbered(37),
false,
blockNumbered(8),
blockNumbered(38),
true,
blockNumbered(15),
blockNumbered(75),
blockNumbered(16),
blockNumbered(76),
}
@ -16,8 +16,8 @@ var StressNetSchedule stressnetSchedule
type stressnetSchedule struct{}
const (
// ~64 sec epochs for P1 of open staking
stressnetBlocksPerEpoch = 8
// ~304 sec epochs for P2 of open staking
stressnetBlocksPerEpoch = 38
stressnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf
@ -16,8 +16,8 @@ var TestnetSchedule testnetSchedule
type testnetSchedule struct{}
testnetBlocksPerEpoch = 8
testnetBlocksPerEpoch = 38
testnetVdfDifficulty = 10000 // This takes about 20s to finish the vdf