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 7abeb27 commit c2690f5Copy full SHA for c2690f5
packages/cosmwasm-stargate/src/compression.spec.ts
@@ -39,6 +39,6 @@ describe("compression", () => {
39
expect(compressed.subarray(-4)).toEqual(new Uint32(original.length).toBytesLittleEndian());
40
expect(await uncompress(compressed)).toEqual(original);
41
}
42
- });
+ }, 15000);
43
});
44
0 commit comments