Skip to content

Commit

Permalink
set back genesis time
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 24, 2023
1 parent 2c97eb6 commit 1ba0680
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ func localSmokeTest(cmd *cobra.Command, _ []string) {
setCosmosConfig()

// wait for Genesis
logger.Print("⏳ wait 35s for genesis")
time.Sleep(40 * time.Second)
logger.Print("⏳ wait 60s for genesis")
time.Sleep(60 * time.Second)

// initialize deployer runner with config
deployerRunner, err := runnerFromConfig(conf, DeployerAddress, DeployerPrivateKey, logger)
Expand Down

0 comments on commit 1ba0680

Please sign in to comment.