Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 1cf1a24

Browse files
committed
Increast winston test wait time
1 parent 73cbcdc commit 1cf1a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/winston.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('WinstonTransport', () => {
3838
});
3939

4040
// Wait for the log to be sent
41-
await new Promise((resolve) => setTimeout(resolve, 1000));
41+
await new Promise((resolve) => setTimeout(resolve, 2000));
4242

4343
const res = await client.datasets.aplQuery(`['${datasetName}']`);
4444
expect(res.matches).to.have.a.lengthOf(1);

0 commit comments

Comments
 (0)