Skip to content

Commit

Permalink
reduce ticks-per-slot to improve validator test speed
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHealey committed Jun 10, 2024
1 parent 9a35e57 commit 4602a3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public abstract class IntegrationTestBase
{
SOLANA_VALIDATOR = new GenericContainer<>("solanalabs/solana:v1.17.34")
.withExposedPorts(SOLANA_HTTP_PORT, SOLANA_WS_PORT)
.withEnv("SOLANA_RUN_SH_GENESIS_ARGS", "--ticks-per-slot=2")
.withNetwork(NETWORK);

SOLANA_VALIDATOR.start();
Expand Down

0 comments on commit 4602a3c

Please sign in to comment.