We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357ace8 commit dd4a1f4Copy full SHA for dd4a1f4
1 file changed
tests/index.test.ts
@@ -32,5 +32,5 @@ describe.concurrent("Lichess", () => {
32
33
expect(received.length).toBeGreaterThanOrEqual(2);
34
expect(received[0]?.t).toBe("featured");
35
- }, 1_000);
+ }, 2_000);
36
});
0 commit comments