We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6702dfb commit 9e71bddCopy full SHA for 9e71bdd
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
- }, 4_000);
+ }, 5_000);
36
});
0 commit comments