Skip to content

Commit

Permalink
Increase genesis delay
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 29, 2024
1 parent 227ad6d commit e4136f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/utils/simulation/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function defineSimTestConfig(
forkConfig: ChainForkConfig;
} {
const genesisDelaySeconds =
(process.env.GENESIS_DELAY_SLOTS ? parseInt(process.env.GENESIS_DELAY_SLOTS) : 40) * SIM_TESTS_SECONDS_PER_SLOT;
(process.env.GENESIS_DELAY_SLOTS ? parseInt(process.env.GENESIS_DELAY_SLOTS) : 45) * SIM_TESTS_SECONDS_PER_SLOT;

const estimatedTimeoutMs =
getEstimatedTimeInSecForRun({
Expand Down

0 comments on commit e4136f0

Please sign in to comment.