Skip to content

Commit

Permalink
Merge pull request #246 from hyperledger/longer-timeout
Browse files Browse the repository at this point in the history
Allow longer before giving up on dev starting a firefly core
  • Loading branch information
nguyer committed Apr 4, 2023
2 parents c9de581 + f78d6b6 commit 6246b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stacks/stack_manager.go
Expand Up @@ -1004,7 +1004,7 @@ func (s *StackManager) ensureFireflyNodesUp(firstTimeSetup bool) error {
}

func (s *StackManager) waitForFireflyStart(port int) error {
retries := 120
retries := 600
retryPeriod := 1000 // ms
retriesRemaining := retries
for retriesRemaining > 0 {
Expand Down

0 comments on commit 6246b18

Please sign in to comment.