Skip to content

Commit 7f4fd75

Browse files
committed
Investigate CI test failure: bump timeout for TestF3LateBootstrap to 1m
1 parent 5c24c8d commit 7f4fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func TestF3LateBootstrap(t *testing.T) {
265265

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

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

0 commit comments

Comments
 (0)