Skip to content

Commit

Permalink
test: Add longer timout for render test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Dec 14, 2024
1 parent ae92551 commit 9420194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vgplot/test/render.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ afterEach(() => {
describe('render', () => {
it('should render the density1d spec', () => {
return renderTest('density1d');
});
}, 10_000);
it('should render the airline-travelers spec', () => {
return renderTest('airline-travelers');
});
}, 10_000);
});

async function renderTest(name) {
Expand Down

0 comments on commit 9420194

Please sign in to comment.