Skip to content

Commit c2690f5

Browse files
committed
cosmwasm-stargate: 15s timeout for compression test
1 parent 7abeb27 commit c2690f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cosmwasm-stargate/src/compression.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ describe("compression", () => {
3939
expect(compressed.subarray(-4)).toEqual(new Uint32(original.length).toBytesLittleEndian());
4040
expect(await uncompress(compressed)).toEqual(original);
4141
}
42-
});
42+
}, 15000);
4343
});
4444
});

0 commit comments

Comments
 (0)