Skip to content

Commit 1b0db8d

Browse files
committed
Tripled timeout
1 parent 885679c commit 1b0db8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sequencer/test/settlement/Settlement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export const settlementTestFn = (
302302
);
303303

304304
console.log("beforeAll finished");
305-
}, timeout);
305+
}, timeout * 3);
306306

307307
afterAll(async () => {
308308
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment

0 commit comments

Comments
 (0)