Skip to content

Commit

Permalink
Revert "test: increase timeout for flaky test"
Browse files Browse the repository at this point in the history
This reverts commit 6dcbcb0.
  • Loading branch information
Nate Moore committed Mar 2, 2022
1 parent 6dcbcb0 commit ffa440a
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 ffa440a

Please sign in to comment.