Skip to content

Commit

Permalink
test: increase timeout for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 2, 2022
1 parent 804cf85 commit 6df486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/astro-component-code.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('<Code>', () => {

// test: contains some generated spans
expect($('pre > code span').length).to.be.greaterThan(1);
});
}).timeout(20000);

it('<Code lang="...">', async () => {
let html = await fixture.readFile('/basic/index.html');
Expand Down

0 comments on commit 6df486f

Please sign in to comment.