We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c24c8d commit 7f4fd75Copy full SHA for 7f4fd75
f3_test.go
@@ -265,7 +265,7 @@ func TestF3LateBootstrap(t *testing.T) {
265
266
// Wait till we're "caught up".
267
bootstrapInstances := uint64(env.manifest.EC.Finality/(gpbft.ChainDefaultLen-1)) + 1
268
- env.waitForInstanceNumber(bootstrapInstances, 30*time.Second, true)
+ env.waitForInstanceNumber(bootstrapInstances, 60*time.Second, true)
269
270
// Wait until we've finalized a distant epoch. Once we do, our EC will forget the historical
271
// chain (importantly, forget the bootstrap power table).
0 commit comments