Skip to content

Commit

Permalink
e2e: give subscriber more time to catch up
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Nov 5, 2024
1 parent e4748f3 commit ed44329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ func (c *TestCluster) MineBlocks(n uint64) {

func (c *TestCluster) sync() {
tip := c.cm.Tip()
c.tt.Retry(3000, time.Millisecond, func() error {
c.tt.Retry(10000, time.Millisecond, func() error {
cs, err := c.Bus.ConsensusState(context.Background())
if err != nil {
return err
Expand Down

0 comments on commit ed44329

Please sign in to comment.