From 96f3e9daed561489333a77dbdadaead71a2a0fe8 Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Sat, 13 Jan 2024 15:10:51 +0100 Subject: [PATCH] Increase the genesis delay --- packages/cli/test/utils/simulation/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/test/utils/simulation/utils/index.ts b/packages/cli/test/utils/simulation/utils/index.ts index ee1d28495efc..9afd174d860b 100644 --- a/packages/cli/test/utils/simulation/utils/index.ts +++ b/packages/cli/test/utils/simulation/utils/index.ts @@ -28,7 +28,7 @@ export function defineSimTestConfig( forkConfig: ChainForkConfig; } { const genesisDelaySeconds = - (process.env.GENESIS_DELAY_SLOTS ? parseInt(process.env.GENESIS_DELAY_SLOTS) : 20) * SIM_TESTS_SECONDS_PER_SLOT; + (process.env.GENESIS_DELAY_SLOTS ? parseInt(process.env.GENESIS_DELAY_SLOTS) : 40) * SIM_TESTS_SECONDS_PER_SLOT; const estimatedTimeoutMs = getEstimatedTimeInSecForRun({