From 1e5ebc2c0bc54a1e4a856192d8afc7e1799e4b97 Mon Sep 17 00:00:00 2001 From: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:25:49 -0400 Subject: [PATCH] shorten rpc bootstrap time. --- services/horizon/internal/test/integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/internal/test/integration/integration.go b/services/horizon/internal/test/integration/integration.go index cb4a99a69a..4ba0cda0f3 100644 --- a/services/horizon/internal/test/integration/integration.go +++ b/services/horizon/internal/test/integration/integration.go @@ -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