Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 9, 2022
1 parent 42b57b9 commit 2becaa1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import type {Optional} from 'utility-types';
import {createSlugger, posixPath, DEFAULT_PLUGIN_ID} from '@docusaurus/utils';
import {createSidebarsUtils} from '../sidebars/utils';

jest.setTimeout(15000);

const fixtureDir = path.join(__dirname, '__fixtures__');

const createFakeDocFile = ({
Expand Down

0 comments on commit 2becaa1

Please sign in to comment.