Skip to content

Commit 0bada4a

Browse files
committed
Update compatibility.test.ts
1 parent c76c4ab commit 0bada4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/compatibility.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test("works with PIXI.Sprite", async ({ app }) => {
2626
app.stage.addChild(sprite2);
2727
app.render();
2828
await expect(app).toMatchImageSnapshot();
29-
});
29+
}, 10000);
3030

3131
test("works with PIXI.Graphics", async ({ app }) => {
3232
// https://github.com/guansss/pixi-live2d-display/issues/5

0 commit comments

Comments
 (0)