Skip to content

Commit 6663f46

Browse files
committed
ci: avoid occasional e2e test timeout
1 parent 6d689e4 commit 6663f46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/e2e/e2e.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,10 +1052,12 @@ test.serial(
10521052
);
10531053

10541054
test.serial('[e2e] catches up a new node via headers', async (t) => {
1055+
t.timeout(oneMinute);
10551056
await waitForStdout(
10561057
`node4: accepted 2000 existing blocks from height 1 to height 2000 (hash: ${
10571058
chainStates.node3[2000]!.header.hash
1058-
})`
1059+
})`,
1060+
oneMinute
10591061
);
10601062
await waitForStdout(
10611063
`node4: accepted 1162 existing blocks from height 2001 to height 3162 (hash: ${

0 commit comments

Comments
 (0)