Skip to content

Commit

Permalink
Investigate CI test failure: Log progress of TestF3LateBootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Jan 10, 2025
1 parent 12c9e35 commit 56cd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func TestF3DynamicManifest_RebootstrapWithCompression(t *testing.T) {

func TestF3LateBootstrap(t *testing.T) {
env := newTestEnvironment(t).withNodes(2).start()

env.logStatus()
// Wait till we're "caught up".
bootstrapInstances := uint64(env.manifest.EC.Finality/(gpbft.ChainDefaultLen-1)) + 1
env.waitForInstanceNumber(bootstrapInstances, 30*time.Second, true)
Expand Down

0 comments on commit 56cd93b

Please sign in to comment.