Skip to content

Commit

Permalink
add retry_delay_period
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jun 7, 2024
1 parent 0c2ec16 commit 33e82f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test-framework/src/bootstrap/consumer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub fn bootstrap_consumer_node(
config::cosmos::set_soft_opt_out_threshold(genesis, "0.05")?;
config::cosmos::consensus_params_max_gas(genesis, "3000000")?;
config::cosmos::globalfee_minimum_gas_prices(genesis, globalfee_minimum_gas)?;
config::cosmos::set_retry_delay_period(genesis, "100s")?;
Ok(())
})?;

Expand Down

0 comments on commit 33e82f4

Please sign in to comment.