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 6d689e4 commit 6663f46Copy full SHA for 6663f46
src/e2e/e2e.spec.ts
@@ -1052,10 +1052,12 @@ test.serial(
1052
);
1053
1054
test.serial('[e2e] catches up a new node via headers', async (t) => {
1055
+ t.timeout(oneMinute);
1056
await waitForStdout(
1057
`node4: accepted 2000 existing blocks from height 1 to height 2000 (hash: ${
1058
chainStates.node3[2000]!.header.hash
- })`
1059
+ })`,
1060
+ oneMinute
1061
1062
1063
`node4: accepted 1162 existing blocks from height 2001 to height 3162 (hash: ${
0 commit comments