Skip to content

Commit

Permalink
Investigate CI test failure: bump timeout for TestF3LateBootstrap to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Jan 10, 2025
1 parent 5c24c8d commit 7f4fd75
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 @@ -265,7 +265,7 @@ func TestF3LateBootstrap(t *testing.T) {

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

// Wait until we've finalized a distant epoch. Once we do, our EC will forget the historical
// chain (importantly, forget the bootstrap power table).
Expand Down

0 comments on commit 7f4fd75

Please sign in to comment.