Skip to content

Commit

Permalink
Be specific in Core failure error message
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Bellamy <paul@paulbellamy.com>
  • Loading branch information
Shaptic and paulbellamy committed Jul 9, 2021
1 parent c989c90 commit d594a0c
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 @@ -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() {
Expand Down

0 comments on commit d594a0c

Please sign in to comment.