Skip to content

Commit 9e71bdd

Browse files
committed
Update index.test.ts
1 parent 6702dfb commit 9e71bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ describe.concurrent("Lichess", () => {
3232

3333
expect(received.length).toBeGreaterThanOrEqual(2);
3434
expect(received[0]?.t).toBe("featured");
35-
}, 4_000);
35+
}, 5_000);
3636
});

0 commit comments

Comments
 (0)