From d594a0c1b1bada78dfc83d62d1ad5b06edcdc08c Mon Sep 17 00:00:00 2001 From: George Date: Fri, 9 Jul 2021 15:07:31 -0700 Subject: [PATCH] Be specific in Core failure error message Co-authored-by: Paul Bellamy --- 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 6de039b547..9967c57a2c 100644 --- a/services/horizon/internal/test/integration/integration.go +++ b/services/horizon/internal/test/integration/integration.go @@ -370,7 +370,7 @@ func (i *Test) waitForCore() { i.t.Log("Core is up.") return } - i.t.Fatal("Core could not sync after several attempts") + i.t.Fatal("Core could not sync after 30s") } func (i *Test) WaitForHorizon() {