Skip to content

Commit

Permalink
shorten rpc bootstrap time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Aug 3, 2023
1 parent c7db206 commit 1e5ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ func (i *Test) waitForCore() {
i.t.Fatalf("Core could not sync after %v + %v", maxWaitForCoreStartup, maxWaitForCoreUpgrade)
}

const sorobanRPCInitTime = 90 * time.Second
const sorobanRPCInitTime = 20 * time.Second
const sorobanRPCHealthCheckInterval = time.Second

// Wait for SorobanRPC to be up
Expand Down

0 comments on commit 1e5ebc2

Please sign in to comment.