Skip to content

Commit c7c058e

Browse files
committed
chore: 修复ci
1 parent 07c379c commit c7c058e

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

.github/workflows/mirror.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.
-343 Bytes
Loading

packages/f2/test/components/axis/labelAuto.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describe('Axis labelAutoRotate', () => {
392392
);
393393

394394
await canvas.update(nextProps);
395-
await delay(500);
395+
await delay(1000);
396396
expect(context).toMatchImageSnapshot();
397397
});
398398
});

0 commit comments

Comments
 (0)