Skip to content

Commit

Permalink
chore: turn up fetch time
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Apr 25, 2024
1 parent 4bf7b91 commit 98400e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __tests__/integration/gallery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { generateCanvasTestCases } from './utils/generator';
const TEST_CASES = [
{
name: 'fujian',
sleepTime: 500,
sleepTime: 1000,
},
{
name: 'variFlight',
sleepTime: 500,
sleepTime: 2000,
},
];

Expand Down
2 changes: 1 addition & 1 deletion __tests__/integration/line.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const TEST_CASES = [
},
{
name: 'wall',
sleepTime: 500,
sleepTime: 1000,
},
{
name: 'arc',
Expand Down

0 comments on commit 98400e9

Please sign in to comment.